#include "Game.h" using namespace std; int main() { Game game{}; game.run(); }