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