Nuacht

In this project your job is to implement Tic-Tac-Toe for two players. You also can try writing some AI to play the game. If you find it easy, try to make it unbeatable! Implement init_board() to ...
GitHub

rj-pal/simple-games

This is simple Tic-Tac-Toe game with original algorithms for game play including keeping track of squares and checking for winner all created by me 🔥 It also includes simple 'AI' capabilities so that ...