From 6a36b81f90fadd5f922e292e48810f1bfcca470d Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Sun, 15 Dec 2024 12:47:06 +1100 Subject: [PATCH] Should add some docs --- DESIGN.txt | 14 ++++++++++++++ README.txt | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 DESIGN.txt create mode 100644 README.txt diff --git a/DESIGN.txt b/DESIGN.txt new file mode 100644 index 0000000..986993d --- /dev/null +++ b/DESIGN.txt @@ -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.) \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..5e14b68 --- /dev/null +++ b/README.txt @@ -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. \ No newline at end of file