Skip to content

A simple breakout game created entirely in C with X11/math libraries for Linux

License

Notifications You must be signed in to change notification settings

maramowicz/True-Linux-Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple breakout game created entirely in C with X11/math libraries for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages