From e90eb7a32367c2719f306dbbd211d57c68b142a9 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Fri, 4 Mar 2016 23:24:30 +0200 Subject: [PATCH] Game structure notes and ideas. --- GAME-NOTES | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 GAME-NOTES diff --git a/GAME-NOTES b/GAME-NOTES new file mode 100644 index 0000000..2ee35cd --- /dev/null +++ b/GAME-NOTES @@ -0,0 +1,35 @@ +Enemies +======= + +* Enemy roaches (red) +* Rat +* Human + +Vehicles +======== + +* Walking +* Roomba +* Quadcopter +* Robot + +Weapons +======= + +* Spit +* Butter knife +* Crowbar +* Gun + +Only one weapon can be equipped at a time. +Smart is used for the ranged weapons (spit and gun). +Strong is used for the melee weapons (knife and crowbar). +Damage depends on the total number of roaches with the appropriate attribute +in the vehicle. + +Serums +====== + +* Smart -- operating important things. +* Strong -- pushing stuff around and opening doors. +* Fast -- speed. -- 2.34.1