Cyberpunk 1979 - Python text game
Created by
GodCodeEnabled
For the 100 days of code challenge, I made this python text game based on Cyberpunk. Since it doesn't have any type of graphics but just plain ASCII art, I called it Cyberpunk 1979, please forgive the bad dialogue, I am definitely not much of a writer.
The purpose of this project is to practice highly nested conditional statements and functions, and to become comfortable with somewhat complex and confusing conditional logic.
To stay on track, I drew a flowchart of each room with possible outcomes and variations to try and simplify the thought process in a more abstract form to mitigate confusion.