Storyboard: Map Here is a map of the city spots to visit and painting names to help navigate your quest. Art Store Item:

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Storyboard: Map Here is a map of the city spots to visit and painting names to help navigate your quest. Art Store Item:

Post by answerhappygod »

Storyboard Map Here Is A Map Of The City Spots To Visit And Painting Names To Help Navigate Your Quest Art Store Item 1
Storyboard Map Here Is A Map Of The City Spots To Visit And Painting Names To Help Navigate Your Quest Art Store Item 1 (80.67 KiB) Viewed 20 times
This is what i have for pseudocode that logically
outlines the steps that will allow the player to move between
rooms.
PSEUDOCODE: Move between Rooms

// INITIALIZE currentRoom = "Main Hall"

//LOOP BEGIN
//INPUT direction
//IF currentRoom IS "Main Hall"
//IF direction IS "North"
//currentRoom = "Media Center"
//ELSE IF direction IS "South"
//currentRoom = "Forest Preserve"
//ELSE IF direction IS "West"
//currentRoom = "Art Store"
//ELSE IF direction IS "East"
//currentRoom = "Museum"
//ELSE
//OUPUT "Invalid Direction"
//ELSE IF currentRoom IS "Media Center"
//IF direction IS "South"
//currentRoom = "Main Hall"
//ELSE IF direction IS "East"
//currentRoom = "Gallery"
//ELSE
//OUPUT "Invalid Direction"
//ELSE IF currentRoom IS "Gallery"
//IF direction IS "West"
//currentRoom = "Media Center"
//ELSE
//OUPUT "Invalid Direction"
//ELSE IF currentRoom IS "Art Store"
//IF direction IS "East"
//currentRoom = "Main hall"
//ELSE
//OUPUT "Invalid Direction"
//ELSE IF currentRoom IS "Forest Preserve"
//IF direction IS "North"
//currentRoom = "Main hall"
//ELSE IF direction IS "East"
//currentRoom = "Park"
//ELSE
//OUPUT "Invalid Direction"
//ELSE IF currentRoom IS "Park"
//IF direction IS "West"
//currentRoom = "Forest Preserve"
//ELSE
//OUPUT "Invalid Direction"
//ELSE IF currentRoom IS "Library"
//IF direction IS "North"
//currentRoom = "Museum"
//ELSE IF direction IS "West"
//currentRoom = "Main hall"
//ELSE
//OUPUT "Invalid Direction"
//ELSE IF currentRoom IS "Museum"
//IF direction IS "South"
//currentRoom = "Library"
//ELSE
//OUPUT "Invalid Direction"

//GOTO LOOP BEGIN
//LOOP END
I am confused on how to make the pseudocode to allow the
player to get the items from the room they are in and add it to
their inventory. Any tips along with the pseudocode for python will
be appreciated.
Storyboard: Map Here is a map of the city spots to visit and painting names to help navigate your quest. Art Store Item: The Yellow house East West Media Center Item: The Starry Night North North Main Hall South South Forest Preserve Item: Sunflowers East West East West East West Gallery Item: Van Gogh Self Portrait Museum DINOSOUR North South Library: Item: The Olive Trees Park Item: Almond Blossoms
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply