65.9K
CodeProject is changing. Read more.
Home

A simple Visual Basic Version of Tic Tac Toe in 2 and 3 Dimensions

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.71/5 (24 votes)

Apr 20, 2004

viewsIcon

124264

downloadIcon

933

A Tic Tac Toe game in 2D and 3D. The kids will enjoy.

Sample Image - Arrington_s_Tic_Tac_Toe.jpg

Introduction

This is just a simple Tic Tac Toe game. I've included a Rules Word Doc for anyone who doesn't know the rules, but let me just go ahead and save you the time:

  • If you are X's then get three X's in a row
  • If you are O's then get three O's in a row

Note that, with 3D, it will show all possible winning combinations if applicable. See picture above.

Pretty confusing stuff huh....ha ha.

This was a class assignment, well at least, just the 2 dimensional part of the program. I went a little over board and did 3D also. It really wasn't that difficult, it was just a lot more extra checking. Basically, you just add each move into an array and check for appropriate winning combinations after every turn. I've added comments in the source code, so it is relatively easy to follow. Hope you enjoy the game.

It's a fun kid's game. You can change the code very simply to personalize it for two people so that it will show the name of the winner. Kids like to see their name on the PC.