garimasingh128 / garimasingh128/awesome-python-projects

Adventure game

Open
#7 3 comments 0 reactions 1 assignee Claimed by @KIMAYA1907 View on GitHub
feature_request KWOC 2020 project-idea
Dominant language
Jupyter Notebook
Stars
1.5k
Forks
388
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.