In MenuScene, prior to starting a game, it would be nice to have something like a text box so that a player can enter his name, which will be shown during the gameplay. Also, we can have some sort of predefined placeholder names (John Doe, etc.) for the AI players stored in a data structure, so when they are created a name is randomly selected.
In MenuScene, prior to starting a game, it would be nice to have something like a text box so that a player can enter his name, which will be shown during the gameplay. Also, we can have some sort of predefined placeholder names (John Doe, etc.) for the AI players stored in a data structure, so when they are created a name is randomly selected.