Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xunzer/pygame_tic_tac_toe
A Tic-Tac-Toe game implemented using Pygame.
https://github.com/xunzer/pygame_tic_tac_toe
Last synced: about 1 month ago
JSON representation
A Tic-Tac-Toe game implemented using Pygame.
- Host: GitHub
- URL: https://github.com/xunzer/pygame_tic_tac_toe
- Owner: Xunzer
- License: gpl-3.0
- Created: 2024-08-03T02:03:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T04:09:53.000Z (5 months ago)
- Last Synced: 2024-08-06T05:14:47.632Z (5 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pygame_tic_tac_toe
A Tic-Tac-Toe game implemented using Pygame.- Winning situations added
- Tie situation handler added.