Some random First person tower defence game
The dependencies are:
sortedcontainers
[email protected]
which can be installed throughpip
. You can also install everything usingpipenv install
if you havepipenv
installed in your system.
Execute ./src/main.py
or pipenv run ./src/main.py
for start up.
Note: It takes about 1 minute for the game to start up.
The game might be laggy due the graphics card in the system.
If so, you might want to set infinite_generation
to False
in src/config.py
.
w
: moving forwarda
: moving lefts
: moving backwardd
: moving rightq
: loop through the buildable towers. (Left click on empty tile to place.)
To defeat the incoming monsters from your precious cake for as long as possible.
There are currently only two types of towers.
- ShootTower: A tower that shoots cherries. Costs 40 cherries
- WallTower: A tower that merely blocks of cherries. Costs 30 cherries.
There are currently only two types of monsters.
- Kikiboss: A weak monster that comes in large quantities.
- Dabi: A slow but tough and strong monster.