Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 772 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 772 Bytes

Memory-Game

Simon Game

Simon is an electronic game of memory skill.The program creates a series of tones and lights and requires a user to repeat the series. If the user succeeds the series becomes progressively longer and more complex. Once the user fails, the game is over.

Game Play

The design has four colored buttons, each producing a particular tone when it is pressed or activated by the program. A round in the game consists of the buttons lighting up one or more buttons in a series, after which the player must reproduce that order by pressing the buttons. As the game progresses, the number of buttons to be pressed increases.

Implementation Specification

It is implemented using HTML, CSS and Java Script