Simon Watson 3 年之前
父節點
當前提交
d31c6586b2
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      clwars.lisp

+ 16 - 0
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*