awesome-python-projects icon indicating copy to clipboard operation
awesome-python-projects copied to clipboard

Adventure game

Open garimasingh128 opened this issue 4 years ago • 3 comments

The Goal: Remember Adventure? Well, we’re going to build a more basic version of that. A complete text game, the program will let users move through rooms based on user input and get descriptions of each room. To create this, you’ll need to establish the directions in which the user can move, a way to track how far the user has moved (and therefore which room he/she is in), and to print out a description. You’ll also need to set limits for how far the user can move. In other words, create “walls” around the rooms that tell the user, “You can’t move further in this direction.” Concepts to keep in mind:

Strings Variables Input/Output If/Else Statements Print List Integers

garimasingh128 avatar Jul 25 '20 12:07 garimasingh128

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Jul 25 '20 12:07 issue-label-bot[bot]

I want to start working on this please assign my work

KIMAYA1907 avatar Jul 26 '20 13:07 KIMAYA1907

@KIMAYA1907 progress?

garimasingh128 avatar Aug 04 '20 20:08 garimasingh128