| 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
- This project was built on MacOS.
- You have to have SDL2, SDL_image, SDL_ttf, SDL_mixer loaded in your environment.
Project details
- Use A/D or Left/Right Arrow on your key board to switch levels and control your paddle.
- Use Space to start the game.
- Use Q on your key board to quit the game.