Skip to content

A web game that simulates Simon 1978 Electronic Games.

Notifications You must be signed in to change notification settings

CoderJeffrey/MemoryGame

Repository files navigation

Memory Game is a Light & Sound Memory game。

Intro: This is a web app simulation of Milton Bradley Simon 1978 Electronic Games.

⭐ This memory game had four different colored buttons. Each button played a unique note. Players had to be able to repeat an increasingly long string of tones that the buttons created. A brief video introduction is available here: https://www.youtube.com/watch?v=vLi1qnRmpe4

Link to project:
🖥️ Live Website: https://memogame.glitch.me/
⌨️ Code: https://glitch.com/edit/#!/memogame

Achieved Functionality

  • [✔] Game interface has a heading (h1 tag), a line of body text (p tag), and four buttons that match the demo app
  • [✔] "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 an incorrect guess
  • [✔] Any HTML page elements (including game buttons) has been styled differently than in the tutorial
  • [✔] Buttons use a pitch (frequency) other than the ones in the tutorial
  • [✔] More than 4 functional game buttons
  • [✔] Playback speeds up on each turn
  • [✔] Computer picks a different pattern each time the game is played
  • [✔] Player only loses after 3 mistakes (instead of on the first mistake)
  • [✔] Game button appearance change goes beyond color (e.g. add an image)
  • [✔] User has a limited amount of time to enter their guess on each turn (The newest edition timer only time the gamer after the program plays the clueSequence)

Following additional features are implemented (exciting ones!!):

  • [✔] When the program plays its clue sequence, a "squirrel" pops up in the button when the button is lit.
  • [✔] Make the "Start" and "Stop" Button way more fancier. (Add a little sauce of Cyberpunk and Mystery!)

Website DEMO (GIF)

If you recorded multiple GIFs for all the implemented features, you can add them here:

1. Users loss three times and lost the game

2. Users Win the Game

3. Users Win the Game but made two mistakes

4. Users Just click the buttons but didn't start the game

5. Users stop the game without playing

6. Users loss because the time runs out

License

Copyright [Jeffrey Liu]

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.

About

A web game that simulates Simon 1978 Electronic Games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published