Skip to content

fsaadatmand/BreakOut-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BreakOut Clone in C++

This is a clone of the classic game BreakOut. It is written using the oLcPixel GameEngine, which is a great minimal game engine that provides just enough routines to draw graphics on the screen and receive user's input/output. Assets are by Kenney.

This project is incomplete and is for learning purposes. Hopefully, it will be helpful to someone in the future. Please let me know if you found any mistake or bug in the code--there's plenty!

Cheers!

ScreenShot:

alt text

To build:

cmake -S . -B Build cd Build make

To run (Linux):

./BreakoutClone

About

A clone of the classic game BreakOut written in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published