Skip to content

arjunvekariyagithub/Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Breakout (DX-BALL)

    - Breakout is a computer game developed in Turbo C++ using graphics libraries.
    - Thoug developed in C++, It offers immersive user interface and rich features that only 
      animation games can offer.
    - It is easy to develop the same game and UI using game engine tool such as Unity-3D but 
      developing it in C++ is quite a challenging task due to lack of support for rich user 
      interface.
    - Most importantly, I have developed this game without borrowing even a single line of code 
      from any other source but my brain. 
    - Take a look at actual screenshots below, captured by executing source code using Turbo C++ 
      compiler.

Features:

    - Rich user interface
    - Complete user controlled UI
    - Lots of options for customizing Ball and Slidebar colors and size
    - Multiple difficulty levels: Beginners, Intermediate & Expert
    - Multiple game rounds

Screenshots

1. Home screen

ScreenShot

2. Menu screen

ScreenShot

3. Customize Ball and Slidebar views here

ScreenShot

4. Customize Ball size

ScreenShot

5. Customize Ball color

ScreenShot

6. Customize Ball style

ScreenShot

7. Customize Slidebar color

ScreenShot

8. Customize Slidebar size

ScreenShot

9. Choose difficulty level

ScreenShot

10. Choose game round here

ScreenShot

11. Round-1 screen

ScreenShot

12. Round-2 screen with customized Ball and Slidebar

ScreenShot

13. Multiple slide bars at a time makes game a little more harder to play!

ScreenShot

14. Screen showing lifes remaining and current score

ScreenShot

15. Screen showing Game over stage and final score with options to continue or exit the game.

ScreenShot

About

A popular computer game developed using C/C++ graphics library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages