Simon Watson 2 gadi atpakaļ
vecāks
revīzija
d31c6586b2
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  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*