🎮 a Simon Says Game using JavaScript I recently developed a Simon Says memory game to strengthen my JavaScript fundamentals and improve my logic-building skills. 🧠 How the game works 1)The game generates a random color sequence. 2)The player must repeat the sequence in the correct order With every correct round, the level increases and the pattern becomes longer. 3)A single wrong move ends the game. ⚙️ Core Logic Implemented 1)Used arrays to store game sequence (gameSeq) and user input (userSeq). 2)Implemented index-based comparison to validate user input step by step (userSeq[idx] === gameSeq[idx]). 3)Managed levels and game flow. 4)Applied DOM manipulation and event listeners for interactive UI behavior. 🛠 Tech Stack HTML | CSS | JavaScript This project helped me gain practical experience in JavaScript logic, DOM manipulation, and event handling. 👉 Open to feedback and suggestions! #JavaScript #WebDevelopment #FrontendProjects #LearningByDoing #MERNJourney #ApnaCollege

To view or add a comment, sign in

Explore content categories