#include #include "Game.hpp" int main() { srand((unsigned int)time(nullptr)); Game game; game.run(); return 0; }