Python Programming - The Lost FishQuick View
christopherjordan001christopherjordan001

Python Programming - The Lost Fish

(0)
**Lesson Objectives ** In this lesson you will be writing your very own Text-Based adventure game using the Python Programming Language. Text-based adventure games are interactive stories in which players navigate and interact with the game world through text commands. These games became popular in the late 1970s and early 1980s with titles like “Zork” and “Adventure.” Players would type commands to explore, solve puzzles, and progress the narrative. These games relied heavily on text descriptions and imagination, as they lacked graphical elements. **Key Learning: ** Learn how to create a FUNCTION that only needs to be called once. The focus will also be on selecting conditions, IF, THEN, ELSE.