项目作者: kaustubh138

项目描述 :
A clone of classic 2D game "Breakout" made using OpenGL and C++.
高级语言: C++
项目地址: git://github.com/kaustubh138/Breakout.git
创建时间: 2021-07-30T08:18:18Z
项目社区:https://github.com/kaustubh138/Breakout

开源协议:

下载


Breakout Game


Table of Contents


  1. About The Project


  2. Prerequisites

  3. Contact

  4. Acknowledgements


About The Project

A clone of classic 2D game Breakout made using OpenGL and C++.


Breakout begins with eight rows of two types of bricks/tiles; non-solid (destroyable) and solid (not destroyable).

Using a single ball, the player must knock down as many non-solid bricks as possible by using the walls and/or the paddle.

If the player’s paddle misses the ball’s rebound, they will lose a turn.

The player has three turns to try to clear two screens of bricks.

Built With

Prerequisites

Contact

Acknowledgements