Very nice work, I had to implement it recently for a school project and I have to say yours is way cleaner ^^
But I think there is a little bug, when I created a Visual Studio 2015 project, after I added SFML, I still had one error with std::array, and adding #include <array> on top of main.cpp fixed it.
Hi,
Very nice work, I had to implement it recently for a school project and I have to say yours is way cleaner ^^
But I think there is a little bug, when I created a Visual Studio 2015 project, after I added SFML, I still had one error with std::array, and adding
#include <array>
on top of main.cpp fixed it.