top of page

6x6 Tic-Tac-Toe

  • itzvnodm
  • Dec 19, 2014
  • 1 min read

1. Created a game of 6x6 tic-tac-toe, with each line of 4 X's or O's scoring a point until every space is filled. Select "6 x 6 Draw 1 - Most 4 in a row wins"

2. Displayed current score, and a simple win/lose condition indicator.

3. Implemented an AI opponent.

4. Using a MiniMax game tree of depth 6.

5. Displaying board evaluation score for chosen move.​


 
 
 

Comments


Recent Posts
Archive
Search By Tags
bottom of page