cl-missile-command
cl-missile-command copied to clipboard
- Missile Command
[[./missile-command-game.png]]
This is a port of [[https://github.com/massung][Jeffrey Massung's]] example game [[https://github.com/massung/r-cade/blob/main/examples/defender.rkt][defender.rkt]] to Common Lisp.
This was a project for me to learn Common Lisp and Raylib.
- Building
Requires [[https://github.com/sbcl/sbcl][SBCL]] and [[https://www.quicklisp.org/][Quicklisp]].
#+begin_src shell
Build
sh make.sh
Run
./missile-commnad #+end_src
- Hacking
#+begin_src shell sbcl --load dev.lisp
then connect with sly on port 4005
#+end_src