⚔️ Soul Fighter: Last Survivor
A Python terminal adventure game where your choices decide your fate — survive or become one of the undead.
🎮 Game Summary
You wake up on a mysterious beach with no memory of how you got there. Zombies roam the island, and every decision leads you toward survival or death.
The game includes:
Multiple story paths
Nested choices
Jungle survival
Beach exploration
Multiple endings
A "play again" feature
Perfect as a beginner-friendly Python project to practice:
loops
booleans
nested conditions
input handling
game logic
🧠 What I Learned
How to build a choice-based story game
How to use while loops effectively
How to stop nested loops using boolean flags
How to structure text-based adventure games
How to create restartable games with play_again logic
🚀 How to Run python soul_fighter.py
📝 Future Improvements
Add health points (HP)
Add random events using random module
Add colored text
Add enemy encounters
Add inventory system
📸 Screenshot

⭐ Thank You!
Thank you for checking out Soul Fighter: Last Survivor! Feedback and suggestions are always welcome.