BIT-Studio-1 / project-23-1-orangehathackers

project-23-1-orangehathackers created by GitHub Classroom
0 stars 0 forks source link

Should have make more clearly guideline for the player #3

Closed SupaHotBall closed 1 year ago

SupaHotBall commented 1 year ago

should put more specific codes on the console to show what should the player type. For instance : Console.Write("Please enter a command: "); Console.Write("- North"); Console.Write("- South"); Console.Write("- East"); Console.Write("- West");

Instead of just Console.Write("Please enter a command: "); on the console.

So make it more clearly guard line for people who is trying to play our game

Morrnc1 commented 1 year ago

Could you explain in more detail what you mean please.

SupaHotBall commented 1 year ago

like when people play the game right, what if they doesn't know what command they suppose to put in. Should we bring up the command that show in the consoles to lead the player to what do type ?