Simple Breakout game in c and GLUT
breakout_demo.mp4
$ make prepare
$ make run
- Setup the window
- draw the ball
- move the ball
- draw bat
- move bat
- collition between bat and ball
- game over when touch floor
- draw bricks
- remove bricks when hit by ball
- escape key pause game