Keith Weatherby II aka Uhfgood's LD11 Compo entry.  

I used Haaf's game engine (HGE) you can find it at http://hge.relishgames.com

I coded in C/C++ with msvc 2005 Express

I basically gutted a tutorial on making a menu, the actual game is my own code (under Game.cpp and game.h).  MinimalistGame.cpp is the actual main program code which includes the menus and stuff.  Menuitem.cpp is the hge tutorial's code which I modified for my purpose.

Runs in Windows 98/2000/NT/ME/XP and requires Direct-X 8, at least that's what HGE requires, so I'm assuming so does my game.

I haven't tested it on anything other than XP though

There's no sound in this game.

The game isn't all that great, try to get the highest score by keeping the ball from touching the box sides.

Simply use the arrow keys, and escape to exit.  (You can also use the mouse on the main menu, but it's not necessecary to use the mouse)

This is my first LD ever!