Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barnettet31/tictactoe
https://github.com/barnettet31/tictactoe
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barnettet31/tictactoe
- Owner: barnettet31
- Created: 2023-11-19T00:03:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T01:42:14.000Z (12 months ago)
- Last Synced: 2023-11-23T02:35:15.076Z (12 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Goals
Simple pygame project where I build out a tic tac toe simulator
1. 3x3 grid
2. 2 player game
3. Game plays while there is no winner
4. Clicking checks grid item to see if it's checked and wiggles screen if it's not available but fills in square if it is
5. Winning launches pop up that says the winner name and a prompt to reset the game state