NATHAN242's Projects

Projects

Tools

Libraries

Web Tools


SDL-Breakout

Project repo: LINK

Compiled to WebAssembly: PLAY IN BROWSER

Introduction

Breakout game I created using C++ and SDL2. It is based on the physics and graphics code used in SDL-Pong.

Details

Use the arrow keys to move your paddle left and right or press Q to quit. You have 3 lives and a life is lost when the ball falls off the bottom of the screen. Destroy all the blocks to advance to the next level. There are 3 levels and completing the final one will continue to the first one again.

Todo