Skip to content

Breakout game inspired by Breakout on Atari VCS

Notifications You must be signed in to change notification settings

cmd05/breakout-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout

Breakout game inspired by Breakout on Atari VCS. This game is built with the help of LearnOpenGL with additional features including:

  • Powerups to increase / decrease size of the ball
  • Powerups to trigger explosions
  • Game loss screen
  • Fix maximum paddle width on size increase

To try the extra level, replace content of levels/one.lvl with extra.lvl.

Building

The game can be built using CMake.

cmake -B build
cmake --build build

Currently the game uses prebuilt static libraries for the build process.

Demo

Unmute the video sound for the gameplay music.

breakout-recording.mp4

About

Breakout game inspired by Breakout on Atari VCS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages