Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.55 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.55 KB

Pattern Game

Pattern Game is an infinite game that tests the player's memory by memorizing a color pattern.

Authors

Tech Stack

Visual Studio Code

HTML5

CSS3

JavaScript



Screenshots

Start Screen

Start Screen

Play Screen

Play Screen

Lose Screen

Lose Screen

Demo

Lessons Learned

This project was implemented using two solutions; jQuery solution and JavaScript Solution. As a result, I learned additional functions in jQuery. Moreover, I gained additional skills in JavaScript. Finally, the most essential lesson learned is differentiating between jQuery and JavaScript usage cases and syntax.