Turned off the gameloop.

This commit is contained in:
Justin 2025-09-24 17:13:20 -05:00
parent 6a69ea5685
commit c6d22f9d8f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ int main (){
system("clear");
Title::mainTitle();
Intro::mainIntro();
Game game;
game.gameloop();
//Game game;
//game.gameloop();
cin.get();
return 0;
}