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

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.

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.

![screenshot](https://github.com/skosachiov/tanks-of-python/blob/main/screenshot.png)

## 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