follow the code thread. I suggest you have a reread on classes before you try something of this magnitude...

Create game;

this calls your default constructor which does nothing....

game.design(0);

gets a name. sets some variables.

end of program!