Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 767 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 767 Bytes

Text-Aventure-Game

Design a text-based adventure game based on Netflix TV show "You". Make sure to provide a source.

. This game utilize the Python essentials including:

Strings and String Manipulation User-Defined Functions and Objects (variables) User Input and Input Handling Conditional and Nested Conditional Statements (if/elif/else) Loops (for/while) Controlling for Errors (try/except)

The working version of the game includes:

An executable script (a script that runs from beginning to end upon execution) that includes:

Game stages Defined variables Loops Nested conditional statement 1 fail() function (executed whenever a user loses the game) A docstring at the beginning of game that introduces the game and its purpose

Future Improvements: