A remake of the classic game Space Invaders
To run this game place the files somewhere Quicklisp can find it, and execute the following in the REPL:
(ql:quickload :the-invaders)
(the-invaders:start)
To control the ship use the Left
and Right
arrows keys and Z
to fire.