Playing around with SFML (again)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
NaiJi ✨ 434800a17d Add fonts, make everything work 4 years ago
font Add fonts, make everything work 4 years ago
.gitignore Init 4 years ago
README.md Add fonts, make everything work 4 years ago
game.cpp Add fonts, make everything work 4 years ago
game.h Remove useless Clock 4 years ago
hero.cpp Finish game logic 4 years ago
hero.h Finish game logic 4 years ago
level.cpp Add fonts, make everything work 4 years ago
level.h Add fonts, make everything work 4 years ago
main.cpp Init 4 years ago
sfml-test.pro Add fonts, make everything work 4 years ago

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.