Skip to content

masnm/Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout

Simple Breakout game in c and GLUT

breakout_demo.mp4

quick start

$ make prepare
$ make run

TODOS

  • 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

About

Simple Breakout game in C++ and GLUT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published