diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2dec82 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +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 + +![The ship sitting in space with a field of diamond](github.com/dballard/flight-sim/img/screenshot1.png) +![The ship firing it's main thruster](github.com/dballard/flight-sim/img/screenshot2.png) + +Youtube video: + diff --git a/img/screenshot01.jpg b/img/screenshot01.jpg new file mode 100644 index 0000000..27dc9d6 Binary files /dev/null and b/img/screenshot01.jpg differ diff --git a/img/screenshot2.jpg b/img/screenshot2.jpg new file mode 100644 index 0000000..f1cb12e Binary files /dev/null and b/img/screenshot2.jpg differ