Tic-Tac-Toe
Simple implementation of the classic Tic-Tac-Toe game.
Play against a friend or try the AI.
Source code available at: https://github.com/Josephblt/Tic-Tac-Toe
Status | Released |
Platforms | HTML5 |
Author | Wagner Scholl Lemos |
Tags | Local multiplayer, Turn-based |
Code license | MIT License |
Asset license | Creative Commons Zero v1.0 Universal |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Multiplayer | Local multiplayer |
Player count | 1 - 2 |
Links | Source code, Replit |
Comments
Log in with itch.io to leave a comment.
Is "impossible" truly impossible? Nice work.
Thanks. Yes, it is truly impossible. Either a draw or loss. Check out the code to see how I did it. Feel free to ask any questions as well.