julianastahelin / simon-game

A simple Simon Game project built using JavaScript and jQuery.

Home Page:https://julianastahelin.github.io/simon-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simon game πŸ•ΉοΈ

This is a simple Simon Game project built using JavaScript and jQuery. This project is a challenge I've completed in the course "The Complete 2023 Web Development Bootcamp" by Angela Yu.

Overview

The game

The game consists of building a sequence of buttons. Upon start, the game shows a button and you have to click on it. Then, it shows the next button of the sequence and you must click on the first and then on the second button, and so on, always repeating the sequence from the top. If you get the sequence wrong, an error message is displayed and the game is over.

Screen preview

Link

My process

Built with πŸ‘©πŸ½β€πŸ’»

  • HTML 5;
  • CSS 3;
  • JavaScript;
  • jQuery.

What I learned πŸ’ͺ🏽

  • JavaScript variables, arrays and functions;
  • Manipulating elements, classes, text and functions and building animations using jQuery.

About

A simple Simon Game project built using JavaScript and jQuery.

https://julianastahelin.github.io/simon-game/


Languages

Language:JavaScript 55.0%Language:HTML 25.3%Language:CSS 19.7%