Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 635 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 635 Bytes

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).