Main contribution 1


In the screenshots, I have made an array of strings that store the names of every room in the game, every item, every location where an item can be found, every location an item can be used, and all the verbs that must precede an item in order to use it.

The rooms were all assigned 4 ints in a matrix array that represented what number room the player would move to should they move in the direction specified. A -1 value represents a room which is impossible to leave via that direction.

The map movement works well, The next main bulk of work is being able to use the verbs to interact with items in the game in order to progress

Get Spooky Scary Settlement

Leave a comment

Log in with itch.io to leave a comment.