Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perrebser/tictactoe
Tic Tac Toe game in python
https://github.com/perrebser/tictactoe
Last synced: about 2 months ago
JSON representation
Tic Tac Toe game in python
- Host: GitHub
- URL: https://github.com/perrebser/tictactoe
- Owner: perrebser
- License: mit
- Created: 2023-07-15T22:38:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T17:31:57.000Z (over 1 year ago)
- Last Synced: 2023-08-05T18:30:02.343Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe
Tic Tac Toe game in python using pygame## Setup
1. Run `pip install -r requirements.txt` to install required packages
2. Run main.py