Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyvy-vi/21matches-game
Simple python tkinter implementation of the 21 matches game.
https://github.com/vyvy-vi/21matches-game
Last synced: about 9 hours ago
JSON representation
Simple python tkinter implementation of the 21 matches game.
- Host: GitHub
- URL: https://github.com/vyvy-vi/21matches-game
- Owner: Vyvy-vi
- License: mit
- Created: 2020-07-10T02:25:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T20:33:15.000Z (over 1 year ago)
- Last Synced: 2024-11-28T20:12:53.722Z (about 2 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 21Matches
- This is a tkinter game that you can never win.
You are given 21 matches and need to pick the last match to win.
You can only lift 1 or 2 matches at a point of time.- So, no matter how many you pick the total matches picked in a round is 3.
This leads to the computer always getting the last match.### Dependences:
- python
- tkinter
- pillow### Known Bugs:
- The match picking occurs simultaneously for the user and the computer.
- Crashes on Macos Mojave(due to the default tcl issues that mojave has).### #TODO:
- Add option for human v/s human
- Fix match-pick bug