Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 759 Bytes

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