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
- Host: GitHub
- URL: https://github.com/pwildenhain/tic_tac_toe
- Owner: pwildenhain
- Created: 2019-03-08T05:46:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T01:52:08.000Z (over 6 years ago)
- Last Synced: 2025-02-04T14:48:28.791Z (8 months ago)
- Topics: python, terminal-game, tic-tac-toe
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```