Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barnettet31/tictactoe


https://github.com/barnettet31/tictactoe

Last synced: 12 days ago
JSON representation

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