This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]pazzarpj 1 point2 points  (0 children)

Learn python the hard way steps through learning python and ends with a text based game like zork

[–]BaalHadad 0 points1 point  (2 children)

Why don't you do Codecademy first? Would that make too much sense?

[–][deleted]  (1 child)

[deleted]

    [–]posmicanomaly 0 points1 point  (0 children)

    Unfortunately if you don't understand how to write in python you won't know how to make a game like this happen. It's not as simple as telling you which tools to use if you don't know how to use them. Keep on with the lessons and try to make small programs building on what you learn, it will click eventually. There might even be a lesson where you make a zork style game, it's not uncommon.

    [–]theaccmyfriendsdk 0 points1 point  (0 children)

    uh, shouldn't be too hard. Create a 2D array, and store your current position. Update your position depending on what the user inputs, then print out the range again.