https://github.com/skosachiov/tanks-of-python
Tanks Of Python is the most compact Tkinter game that demonstrates the use of classes. The game is designed for two players.
https://github.com/skosachiov/tanks-of-python
game python tanks-game tkinter tkinter-game
Last synced: 19 days ago
JSON representation
Tanks Of Python is the most compact Tkinter game that demonstrates the use of classes. The game is designed for two players.
- Host: GitHub
- URL: https://github.com/skosachiov/tanks-of-python
- Owner: skosachiov
- License: gpl-3.0
- Created: 2022-11-06T11:42:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T08:43:03.000Z (over 2 years ago)
- Last Synced: 2024-11-25T18:19:05.990Z (6 months ago)
- Topics: game, python, tanks-game, tkinter, tkinter-game
- Language: Python
- Homepage:
- Size: 940 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tanks-of-python
Tanks Of Python is the most compact Tkinter game that demonstrates the use of classes. The game is designed for two players.

## Install Python dependencies
Linux: `apt/dnf install python3-tkinter python3-pillow`
MacOS/Windows: `pip install tkinter pillow`
## Run
`python tanks-of-python.py`
## Control
Left side: `W`, `S`, `A`, `D`, `Shift_L`
Right side: `Up`, `Down`, `Left`, `Right`, `Shift_R`
## License
GNU GENERAL PUBLIC LICENSE Version 3