https://github.com/milouk/tic-tac-toe
https://github.com/milouk/tic-tac-toe
game python python3 tic-tac-toe tictactoe-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/milouk/tic-tac-toe
- Owner: milouk
- License: apache-2.0
- Created: 2017-05-28T16:38:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T22:42:20.000Z (almost 9 years ago)
- Last Synced: 2025-12-30T21:48:26.874Z (6 months ago)
- Topics: game, python, python3, tic-tac-toe, tictactoe-game
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Classic Tic-Tac-Toe Game!
How to Play
* `git clone` this repository.
* Open your terminal and cd to `src` directory in the cloned repository.
* Type `python3 tictactoe.py` and enjoy the game.