|
@@ -2,11 +2,11 @@
|
2
|
2
|
** Description
|
3
|
3
|
A simple shooting game. As of this time I'm not sure what form it will take (similar to asteroids, space invaders, bullet hell?)
|
4
|
4
|
** Install
|
5
|
|
-*** Install [[https://www.quicklisp.org/beta/][quicklisp]]
|
6
|
|
-*** Clone into ~/quicklisp/local-projects/
|
7
|
|
-*** Clone this git repo into ~/quicklisp/local-projects/
|
8
|
|
-*** (ql:quickload :simple-shooter)
|
9
|
|
-*** (simple-shooter:start)
|
|
5
|
+- Install [[https://www.quicklisp.org/beta/][quicklisp]]
|
|
6
|
+- Clone into ~/quicklisp/local-projects/
|
|
7
|
+- Clone this git repo into ~/quicklisp/local-projects/
|
|
8
|
+- (ql:quickload :simple-shooter)
|
|
9
|
+- (simple-shooter:start)
|
10
|
10
|
** License
|
11
|
11
|
Copyright (C) 2016 Lily Carpenter
|
12
|
12
|
|