16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
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
|