Skip to content

This is a small script featuring an adventure game made in Python

Notifications You must be signed in to change notification settings

makeuseofcode/python-adventure-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

python-adventure-game

This is a small script featuring an adventure game made in Python.

This tutorial includes basic programming concepts such as separating scenes into functions, and using if-statements to change the scenario based on what the player selects.

Prerequisites

  • Make sure you have Python on your computer.

To Run

  • Open the command line or terminal, and navigate to the file where the python script is stored. For example: cd C:\Users\Sharl\Desktop\python-adventure-game
  • Run the python command: python AdventureGame.py
  • The text adventure game will start.

Example

alt text

About

This is a small script featuring an adventure game made in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages