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.


![Flappy Bird clone ! [Using my own C++ Game Engine]](https://static.wixstatic.com/media/5ab37f_6f5eaa61ba744460bf8bbc86ef50cc47.png/v1/fill/w_306,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/5ab37f_6f5eaa61ba744460bf8bbc86ef50cc47.webp)
![Flappy Bird clone ! [Using my own C++ Game Engine]](https://static.wixstatic.com/media/5ab37f_6f5eaa61ba744460bf8bbc86ef50cc47.png/v1/fill/w_38,h_31,fp_0.50_0.50,q_95,enc_avif,quality_auto/5ab37f_6f5eaa61ba744460bf8bbc86ef50cc47.webp)
Comments