Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 277 Bytes

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...