pmt199x / color-matching-game

A good way to practice javascript by building Color Match Game.

Home Page:https://color-matching-game.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Matching Game | Written in pure javascript

A good way to practice javascript by building this simple game.

DEMO: https://color-matching-game.vercel.app/

color matching game

Game rule

  • Has only one mode, one level. You need to find all matched colors in 30s.
  • When a color pair is matched, the background will be updated to the matched color.
  • When game is timeout, Game Over message will be displayed.
  • If you can find all colors in less than 30s, You win 😍 message will be displayed.
  • When game is finished, a Play Again button is displayed.
  • Color list will be randomized every time you start a new game.

Techstacks

  • HTML/CSS
  • Pure Javascript
  • Lib: randomColor.js to random attractive colors

Hope you enjoy playing this game 🤩

About

A good way to practice javascript by building Color Match Game.

https://color-matching-game.vercel.app


Languages

Language:JavaScript 43.8%Language:HTML 37.0%Language:CSS 19.2%