A terminal tick-tack-toe game for the hopelessly erudite.
- You'll need Python 3+
- Fork the repo into a fresh directory
- run
$ python3 play.py
- Respond to the prompts.
- All you can do right now is fill up the board.
- Playing against the computer
- Winning
- Losing
- Alternate moves between player and AI
- Check for winning combinations [X]
- Put things into classes as appropriate
- Get game loops looping proper (option to play again, too)
- Sanitize inputs and other error handling