      80x25 Breakout by James Stanley
      -------------------------------

I wrote this for the 2008 Allegro ScreenHack.

My site is (at time of writing) http://stanley.homelinux.org/
My e-mail address is (ATOW) james@stanley.homelinux.org

Compile 80x25 Breakout with compile.sh.
If your platform doesn't support shell scripts, you can get the gist of how
to compile by reading compile.sh.

const.c prints out some constants.
breakout.c is the code I shrunk in to 80x25.c
80x25.c is the entry in to the ScreenHack.

KEY_LEFT moves the bat left.
KEY_RIGHT moves the bat right.
KEY_ESC quits the game.
