This project involves creating a text-based adventure game using Python. The game will allow players to make choices that affect the story, navigate through different scenarios, and reach different outcomes based on their decisions.
- Nijah Goolsby
- Python
- GitHub
- Visual Studio Code
- Created GitHub account and joined KSU-IS organization
- Gained access to project repository
- Created/edited README.md file
- Began researching existing Python text adventure game codebases
- Attempted to run and understand sample code
-
Find a Python text adventure game repository on GitHub and evaluate it
Assigned to: Nijah -
Analyze how the game handles user input and story branching
Assigned to: Nijah -
Decide on game theme (e.g., horror, mystery, survival)
Assigned to: Nijah
-
Create basic game structure (start, choices, outcomes)
Assigned to: Nijah -
Implement user input system using
input()
Assigned to: Nijah -
Build at least 3 different story paths with choices
Assigned to: Nijah
-
Run the game and test all decision paths
Assigned to: Nijah -
Identify and fix bugs in game logic
Assigned to: Nijah -
Ensure game handles invalid input properly
Assigned to: Nijah
-
Write instructions on how to run the game
Assigned to: Nijah -
Update README with features and progress
Assigned to: Nijah -
Document any issues and how they were fixed
Assigned to: Nijah
- Add more story branches and endings
- Improve user experience with better prompts
- Possibly add a scoring or inventory system