// This is the eternal loop I am stuck in...
while(!happyWithGame)
{
   ReWriteGame();
   happyWithGame = false;
}