Updated README and run script
This commit is contained in:
parent
9194b43b13
commit
a66a2fc879
16
README.txt
16
README.txt
|
@ -1 +1,15 @@
|
||||||
This is the stub README.txt for the "flight-sim" project.
|
flight-sim is a simple space flight simulator written in Lisp (tested only in SBCL) with cl-opengl and sdl.
|
||||||
|
Right now it's mostly still in tech demo stage
|
||||||
|
|
||||||
|
So far the controls are simple.
|
||||||
|
|
||||||
|
A - Forward acceleration
|
||||||
|
|
||||||
|
Requires:
|
||||||
|
ASDF
|
||||||
|
cl-opengl
|
||||||
|
cl-glu
|
||||||
|
lispbuilder-sdl
|
||||||
|
|
||||||
|
To try:
|
||||||
|
$ sh run.sh
|
||||||
|
|
Loading…
Reference in New Issue