An open API service indexing awesome lists of open source software.

https://github.com/emmanuel-howard/text-adventure-game

This Text Adventure game is a multiple-choice python program that uses If/Else statements.
https://github.com/emmanuel-howard/text-adventure-game

conditional-statements if-else python text-adventure-game

Last synced: 3 months ago
JSON representation

This Text Adventure game is a multiple-choice python program that uses If/Else statements.

Awesome Lists containing this project

README

        

*Note: Still in progress

# Text Adventure Game

This Text Adventure game is a multiple-choice python program that uses If/Else statements. Based on their choices the User will embark on a different journey in a mythical world.

## Features

Conditional Statements: IF/Else to determine a unique journey

Time: Uses the time module to .sleep

Random Events: Will randomly impact story (not implemented yet)

Writing/Reading Files: Will store Player info (Health, inventory) - Not implemented yet

## Installation Requirements

Before running the game, ensure you have the following installed:

Windows 10/11

Python 3.10+ (if running from source)