Skip to content

perezite/sfml-breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfml-breakout

Breakout Screenshot 1

Breakout clone using the SFML Library

Starting the game

  • Execute start.bat in the main folder

Compilation

  • Install CodeBlocks with MinGW 13.12 * (or higher)
  • open proj\Breakout.cbp
  • Hit Build & Run

* This version of CodeBlocks includes gcc 4.7.1 tdm-1, which is compatible with the SFML library files included in this project.