Nuacht

The game is played on a grid that's 3 squares by 3 squares. You are «x», your friend is «o». Players take turns putting their marks in empty squares. The first player to get 3 of her marks in a row ...
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 ...