NaiJi ✨ 434800a17d | ||
---|---|---|
font | ||
.gitignore | ||
README.md | ||
game.cpp | ||
game.h | ||
hero.cpp | ||
hero.h | ||
level.cpp | ||
level.h | ||
main.cpp | ||
sfml-test.pro |
README.md
sfml-test
Just playing around with sfml, since I have nothing better to do anyway.
How to build:
- Except any C++ compiler which supports C++14 and higher, you also need to have SFML installed and accessible.
- Build the project (my sources work with qmake)
- Move the
/font
folder into the folder of your build destination.