Game logic and frontend implementation
Simon Memory Game is a browser-based interactive game built to practice state-driven logic and event-based UI updates. Players observe and repeat an increasingly complex sequence of colors, with difficulty scaling progressively each round.
The game is structured around clear state transitions to guide the user through the full gameplay flow.
The project resulted in a complete, interactive memory game with progressive difficulty and helped strengthen understanding of state management and event-driven UI logic.