Simon Game

This case study presents the Simon Game project, including an overview, tools used, and links to try it yourself.

Simon Game Demo

Project Overview

Simon Game is a classic memory game built with HTML, CSS, and JavaScript. Players must memorize and repeat an increasing sequence of button presses, as the game tests and develops their short-term memory skills. The challenge intensifies with each correct round, making it fun and engaging for users of all ages.

The UI is designed to be modern, simple, and mobile-responsive. This project was an opportunity to strengthen my JavaScript DOM, audio, and event handling skills. It is deployed as a static site on GitHub Pages and the code is open-source for anyone to learn from or extend.

Tools Used

HTML5
CSS3
JavaScript
Git & GitHub