Hey guys, I'm in the process of making a text based cave game. I need some help with some ideas as well as syntax (mostly order of coding) and was considering a multiplayer project. If anyone wants to help a fellow new dev out, be sure to reply and I'll let you know. Here's what I have so far.
Hey guys, I'm in the process of making a text based cave game. I need some help with some ideas as well as syntax (mostly order of coding) and was considering a multiplayer project. If anyone wants to help a fellow new dev out, be sure to reply and I'll let you know. Here's what I have so far.
https://repl.it/@mhs_mhs123/textbasedgametrial2
Something that I find works is storing all the input in a dictionary. I find it is easier to keep track of.