benjaminbass / JSProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Simon game project!

This project has been built for users to test their memory in a game of Simon.

Since this is my first JS project there may be a number of unforeseen bugs but hopefully most of these should have been ironed out.

UX

This project has a desktop first approach. The game provides a clear and approachable format for all users.

User Stories

  • As a user I want to be able to be able to play a game of Simon.
  • As a user I want to be able to track my High Score.
  • As a user I want to be able to know what round I am on as I play.
  • As a user I want to be able to have fun and test my memory.

Features

Here you can find a list of available features from the Simon game.

  • A power button to turn on/off the game.
  • A start button to start the game off.
  • A count to keep track of how many steps the current turn has.
  • Interactive buttons that will play sounds on click.
  • A High Score counter to keep track of your highest score.

Technologies Used

  • HTML
    • Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser.
  • CSS
    • Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML.
  • JS
    • JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions.

About


Languages

Language:HTML 75.5%Language:JavaScript 14.7%Language:CSS 9.8%