Skip to content

3nd3r1/robot-invasion-defence-2

Repository files navigation

Robot Invasion Defence II

Robot Invasion Defence II is an action-packed tower defense game where players must strategically place towers to fend off waves of invading robots. With engaging gameplay, challenging levels, and the option to upgrade towers and unlock new abilities, it offers an immersive experience for both casual and avid gamers.

Also check out: Robot Invasion Defence I

Language

These README.md is also available in Finnish here.

Python version

For the best execution of the game from the source code, it is recommended to use Python version 3.8. Some modules may not work properly with either too recent or too outdated versions of Python.

Documentation

Releases

Latest release: 1.1.0

Screenshot

robot-invasion-defence-2

Tasks

Starting the game

poetry run invoke start

Debugging the game

poetry run invoke debug

Building windows production

poetry run invoke build

Running tests

poetry run invoke test

Creating a coverage report

poetry run invoke coverage-report

Pylint check

poetry run invoke lint