I couldn't get those screenshots to load unfortunately, but I have copied the code to my computer. That way can put it in an easier to read editor.
Do I have to sign up for that repo to edit the code? Either way I'm messing around with it. I haven't done anything technical really, but I have corrected some typos and misspellings in outputs in my copy.
I'm trying to wrap my head around the program flow. I get that you click start then setup the location, class, et cetera. Once you're at the part where you can click the directions or wait button I'm a little lost though.
Nothing much really seems to happen whatever buttons I press, aside from the movement direction or waiting messages.
I see a number changing below the name as the buttons are pressed, what does this represent? Is that the tally stuff you're talking about?
Maybe if you're up for it give me an overview of what you're looking at in terms of a game loop. I see a lot of random number generation in your code, is it meant to start some sort of encounter with a random monster every so many steps (presses of the direction buttons)? I might be way off base there.
It seems pretty early, but I imagine you have some idea of how you want it to work.
RE: Having problems with the code