True-Linux-Breakout A simple breakout game created entirely in C with X11/math libraries for Linux Just download/clone it and run this command: $ gcc -o /tmp/break.out -lX11 -lm breakout.c && /tmp/break.out that's all have fun :D PS. Of course I update the comments...