Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 584 Bytes

README.org

File metadata and controls

27 lines (17 loc) · 584 Bytes

Missile Command

./missile-command-game.png

This is a port of Jeffrey Massung’s example game defender.rkt to Common Lisp.

This was a project for me to learn Common Lisp and Raylib.

Building

Requires SBCL and Quicklisp.

# Build
sh make.sh

# Run
./missile-commnad

Hacking

sbcl --load dev.lisp

# then connect with sly on port 4005