Closed chuacn1 closed 5 days ago
e.g.
static void CaveLevel1 ()
if player press 1, "You have entered..." if player press 2, "An enemy appeared" if player press 0, go back
You can use switch case for this Write the quotes (Console.WriteLine) base on our theme, you can ask CHATGPT for help Do this for both Cave and Forest
e.g.
static void CaveLevel1 ()
if player press 1, "You have entered..." if player press 2, "An enemy appeared" if player press 0, go back
You can use switch case for this Write the quotes (Console.WriteLine) base on our theme, you can ask CHATGPT for help Do this for both Cave and Forest