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.
- Host: GitHub
- URL: https://github.com/emmanuel-howard/text-adventure-game
- Owner: Emmanuel-Howard
- Created: 2025-02-04T22:26:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T14:06:19.000Z (3 months ago)
- Last Synced: 2025-02-14T15:23:49.100Z (3 months ago)
- Topics: conditional-statements, if-else, python, text-adventure-game
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)