Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.7 KB

README.md

File metadata and controls

67 lines (47 loc) · 1.7 KB

Simon-Game

A simple Simon game created with plain html and jquery. Live demo here.

Table of Contents

General Information

  • It is a practical project built for study
  • It is a game that require the player to remember the sequence of the box is prompted by the machine
  • Every level the machine will indicate which box is selected
  • Every level the player is required to choose all boxes that are prompted in previous level in sequence and plus one current level selection.

Technologies Used

Features

Screenshots

  • Loading Screen LoadingScreen
  • In Game Screen InGameScreen
  • Game Over Screen GameOverScreen
  • Game Restarted Screen GameRestartedScreen

Setup

  • Runnable in local environment
  • Internet connection for CDN to work

Usage

  • Just browse the index.html file

Project Status

Project is: complete

Lesson Learned

  • Use jQuery instead of Javascript
  • Use jQuery to interact with DOM
  • Implement sound effect to the game

Acknowledgements

  • This project was inspired by Angela Yu.
  • This project was based on this course on Udemy.