Semestral project for the BI-PYT class at Czech Technical University in Prague
Goal of the project was to create a python clone of the action game BattleCity released in 1985 by Namco for the NES console.
Python (3.8.0+) and pyglet needs to be installed to run the game
pip install pyglet
Executable file is run.py in the src folder. The game can then be started from the root folder with:
python src/run.py
The player's tank is controlled using WSAD keys and SPACE to shoot. Game level (stage) files are in the src/stages folder. The game automatically loads any files in the format: stage. (stage9.txt for example)