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