Project Details
September 10, 2024

Adventure Game
Designed and developed a text-based adventure game using JavaScript, HTML, and CSS to create an interactive storytelling experience. Players navigate through a branching storyline with choices that lead to different outcomes, showcasing dynamic decision-making and basic game mechanics. The project features a clean UI, user input validation, and modular code to handle various game states.
What I Learned
Using JavaScript objects and arrays to store and manage game data efficiently. Developing logic for dynamic decision trees and crafting a modular code structure for scalability. Enhancing user engagement through well-designed feedback loops and polished UI elements.
Challenges I Faced
Structuring the storyline with branching paths while maintaining readability and scalability in the codebase. Managing game states, including player progress, inventory, and decision tracking, without introducing bugs. Creating engaging feedback for user actions to enhance immersion despite the text-based format.