Playing around with SFML
Go to file
NaiJi ✨ 434800a17d Add fonts, make everything work 2020-02-22 01:06:31 +03:00
font Add fonts, make everything work 2020-02-22 01:06:31 +03:00
.gitignore Init 2020-02-19 20:50:09 +03:00
README.md Add fonts, make everything work 2020-02-22 01:06:31 +03:00
game.cpp Add fonts, make everything work 2020-02-22 01:06:31 +03:00
game.h Remove useless Clock 2020-02-21 20:40:48 +03:00
hero.cpp Finish game logic 2020-02-21 17:13:12 +03:00
hero.h Finish game logic 2020-02-21 17:13:12 +03:00
level.cpp Add fonts, make everything work 2020-02-22 01:06:31 +03:00
level.h Add fonts, make everything work 2020-02-22 01:06:31 +03:00
main.cpp Init 2020-02-19 20:50:09 +03:00
sfml-test.pro Add fonts, make everything work 2020-02-22 01:06:31 +03:00

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.