Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backendtea/tictactoe
Simple tic tac toe game made in python
https://github.com/backendtea/tictactoe
Last synced: 17 days ago
JSON representation
Simple tic tac toe game made in python
- Host: GitHub
- URL: https://github.com/backendtea/tictactoe
- Owner: BackEndTea
- Created: 2016-04-15T18:56:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T18:45:07.000Z (over 8 years ago)
- Last Synced: 2024-11-24T19:41:52.689Z (about 2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#TicTacToe
Simple command line tic tac toe game, written in python
When asked for your move, enter a number between 1 and 9, corresponding with its place on the numpad
If you enter an invalid number, or the field is already filled the program wil exit. It will also crash if you enter something besides a number
This was mostly created to learn a little bit of python