https://github.com/duskyelf/tictactoe-py
Just a python script for tictactoe
https://github.com/duskyelf/tictactoe-py
Last synced: 12 months ago
JSON representation
Just a python script for tictactoe
- Host: GitHub
- URL: https://github.com/duskyelf/tictactoe-py
- Owner: DuskyElf
- License: mit
- Created: 2021-12-21T04:34:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T09:55:54.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T07:36:09.172Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe-Py
## Just a simple 2 player command line TicTacToe game in python
Quick Start -
```shell
$ git clone git@github.com:DuskyElf/TicTacToe-py.git
$ cd TicTacToe-py
$ python3 tictactoePy.py
```