A Remake of the Classic Game Breakout in Common Lisp
To run this game place the files somewhere Quicklisp can find it, and execute the following in the REPL:
(ql:quickload :breakout)
(breakout:start)
To control the paddle use the Left
and Right
arrows keys.