Introduction: TIC TAC TOE EXCEL
For this game you need to have excel.
Step 1: SUMMARY
For this project I decided to program in VBA Excel a code
for the game TIC TAC TOE. The code was done in a User form that is controlled by the code that is in the module. A few buttons were added to the User form in order to have the visual of the game and those buttons recall the code that is in the module. I used the website EXCEL CRACK as a reference. Here is the link: https://www.excel-crack.com/2015/10/tic-tac-toe-in-microsoft-excel-lets-do.html
Step 2: PSEUDOCODE
Start
Read button combinations either X or O
While 3 buttons diagonally, vertically, or horizontally : button=button=button
Display messagebox
+1 Label X or Label O
Step 3: TESTING
To test the code the
following was done:
· Open the excel document
· Got to Developer tab
· Go to Visual Basics in the ribbon
· Select the UserForm1
· Hit Run
Attachments

Participated in the
First Time Author Contest
Comments
2 years ago
Thank you for sharing how you used Excel to make a game :)