Prototype 18 - Tic Tac Toe
Tic Tac Toe is a game prototype I built while following along with UY Studios’ How To Make 2D Tic Tac Toe Game tutorial series on YouTube. The core gameplay loop is:
- Choose X or O
- Take turns trying to create a horizontal, vertical, or diagonal line of 3 Xs or 3 Os
- Complete the line before your opponent completes theirs
Play the 2-player version in your browser here.
Play the AI version in your browser here
View my GitHub repo here.