An open API service indexing awesome lists of open source software.

https://github.com/pwildenhain/tic_tac_toe

Playing Tic Tac Toe in the Terminal
https://github.com/pwildenhain/tic_tac_toe

python terminal-game tic-tac-toe

Last synced: 6 months ago
JSON representation

Playing Tic Tac Toe in the Terminal

Awesome Lists containing this project

README

          

# tic_tac_toe

Created this module as part of my Python Bootcamp

To play the game, clone the repo and run the following in the terminal

```
$ python -m tic_tac_toe
```