Breakout  1.0
A breakout game built with SDL2
Breakout
Project Breakout
Author JunfengZhou

Project details

This project is a simple breakout game that was built with SDL2. Main reference of this project is https://learnopengl.com/.

Instructions

  1. This project was built on MacOS.
  2. You have to have SDL2, SDL_image, SDL_ttf, SDL_mixer loaded in your environment.

Project details

  1. Use A/D or Left/Right Arrow on your key board to switch levels and control your paddle.
  2. Use Space to start the game.
  3. Use Q on your key board to quit the game.