Skip to content

Mateusz1223/RockBuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RockBuster

Rock Buster is a space shooter game which I wrote in C++ using SFML library.

In order to read more or download the game visit: https://mateusz1223.github.io/RockBuster/page/

Compilation and run

Project depends on external 32-bit SFML 2.5.1 library https://www.sfml-dev.org/download/sfml/2.5.1/.

Note that project uses Windows dependent libraries to find Documents folder where it saves game data (StateData.cpp).

In order to run properly the executable needs Fonts, Sounds and Textures folders and openal32.dll/openal64.dll in execution path (SFML dlls are required when dynamic linked).