Skip to content

solderq35/Simon-Says-Color-Pattern-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Simon Says Color Pattern Game

A simple interactive webpage that replicates the 1978 Simon Says toy by Milton Bradley.

Languages/Technologies: JavaScript, HTML, CSS

Link to live site: (https://northern-joyous-devourer.glitch.me/)

Video Walkthrough (GIF)

Features

  • "Start" button toggles between "Start" and "Stop" when clicked
  • Game buttons each light up and play a sound when clicked
  • Computer plays back sequence of clues including sound and visual cue for each button
  • Play progresses to the next turn (the user gets the next step in the pattern) after a correct guess
  • User wins the game after guessing a complete pattern
  • User loses the game after 3 mistakes
  • Buttons each use a different pitch (frequency) when pressed
  • 8 functional game buttons
  • Playback speeds up on each turn
  • Computer picks a different pattern each time the game is played

License

Copyright [Daniel Hong]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • HTML 25.6%
  • CSS 22.0%