Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 281 Bytes

File metadata and controls

7 lines (6 loc) · 281 Bytes

BreakOut

A BreakOut! clone written in C++ using SFML.

How to build and run:

  • Create a folder called src and place the SFML include and lib folders in that.
  • Run the build.bat file and build the game.
  • Find the executable in the build folder and run the game.