Skip to content

AI-R00T/JungleAdventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Jungle Adventure

Jungle Adventure is a simple, interactive text-based game where you explore a mysterious jungle, make choices, and face the consequences!

๐ŸŽฎ How to Play

Save the Code:

Save the provided Python code into a file named jungle_adventure.py on your computer.

Open a Terminal/Command Prompt:

Windows: Search for "Command Prompt" or "PowerShell" in your Start Menu.

macOS/Linux: Open the "Terminal" application.

Navigate to the Code Directory:

Use the cd command to change your directory to where you saved jungle_adventure.py. For example, if you saved it in a folder called MyGames on your Desktop, you would type:

Bash

cd Desktop/MyGames (Adjust the path based on where you saved it.)

Run the Game:

Once you are in the correct directory, run the game using the Python interpreter:

Powershell

python jungle_adventure.py (If python doesn't work, try python3).

Enjoy the Adventure!

Follow the on-screen prompts, make your choices, and see where your jungle adventure takes you!

๐Ÿ“œ About the Game

This game is a basic demonstration of:

User input (input())

Conditional logic (if, elif, else)

Loops (while True, break, continue)

Basic error handling (try-except for numbers, though not extensively used in the provided snippets)

Simple text-based narrative.

About

Jungle Adventure is a simple, interactive text-based game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages