Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 560 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 560 Bytes

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.

screenshot

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