commit d31c6586b2234913b5ddce0141247e4c21ea983b
Author: Simon Watson <simon.watson@ipc.com>
Date: Tue Aug 31 16:29:47 2021 -0400
Update
diff --git a/clwars.lisp b/clwars.lisp
index 1cd932e..e808967 100644
--- a/clwars.lisp
+++ b/clwars.lisp
@@ -10,6 +10,22 @@
▀ ███ ███
")
+#||
+# Description
+ CL-Wars is a text based game made for fun, highly inspired by
+ Space Trader and Drug Wars.
+ In CL-Wars you are a rogue trader on the run from galatic
+ security forces, and you must use the tools available to
+ you to reach a safe haven on the edge of the galaxy.
+
+# Systems
+ Stats
+ - Health
+ - Weapons Systems
+ Money
+ - Used to upgrade
+||#
+
;; Actor in the game,
;; eg the player, an npc, etc
(defstruct *actor*