Little-Invaders A simple game with learning purpose. The game use "A simpe graphics library" crated by Douglas Thain http://www.nd.edu/~dthain/courses/cse20211/fall2011/gfx To compile the game: g++ main.c gfx.c -o main -lX11 -lm