Defraw is just a small arcade game, written in C++ with SDL and SDL_gfx. You control the red circle; when you hit blue circle, whick is bigger then you, you die; if it is smaller then you, you grow and get some score.
To compile this game, you'll need g++ compiler, SDL and SDL_gfx libraries.
Simply do
make
and then run
./defraw
- arrow keys - control the red circle
- q - exit
- return - start new game (in menu)