- premake 5.0
- sfml - latest
For Visual Studio User just run 'dev.bat' or
- run premake5 vs2022
- run msbuild App.sln or Build with Visual Studio
For mingw-w64 or gcc User
- Add this to premake5.lua
links {
"sfml-graphics",
"sfml-window",
"sfml-system",
"sfml-audio"
}
- run premake5 gmake2
- run mingw32-make or make
- bgm : https://pixabay.com/users/gioelefazzeri-16466931/
- UI : https://mounirtohami.itch.io/pixel-art-gui-elements
- Art : https://ansimuz.itch.io/
- candleSFX : https://pixabay.com/sound-effects/candle-buzz-3-50319/
- crumblingSFX : https://pixabay.com/sound-effects/stone-debris-109593/
- fallingSFX : https://pixabay.com/sound-effects/brick-dropped-on-other-bricks-14722/