Should add some docs

This commit is contained in:
Zergling_man 2024-12-15 12:47:06 +11:00
parent 61b3e77c07
commit 6a36b81f90
2 changed files with 27 additions and 0 deletions

14
DESIGN.txt Normal file
View File

@ -0,0 +1,14 @@
Tower types:
Cannon tower
Taunt tower
Money tower (maybe?)
Elements:
Enemy types:
Enemy behaviour:
Will try to walk towards the end, attacks if it's impossible.
Workers:
Workers can crew a tower to make it significantly stronger, but they have to disassemble themselves into it and reassemble afterward, reducing your ability to adapt. (Other workers can help them, so having just one is pretty fast.)

13
README.txt Normal file
View File

@ -0,0 +1,13 @@
Markdown is gay lol
RECYCLE DEFENCE
This is a free* tower defence. It is an action game, unlike most tower defence.
In this game, you do not gain money for killing enemies, but your towers sell for 100% of their value. You must continually adapt your defence to counter the current wave.
SOFTWARE, DEPENDENCIES, ETC.
It's built using pygame, a simple SDL wrapper for python. It has no other dependencies that are not in python's standard libraries.
*Free in both the sense of free speech and free beer, but purists of the former may take issue with the dependencies.