tuanthanh2067 / match-three-game

This is a match three game made with javascript, css, and html. The goal of this project is to provide a low pressure / low stress environment for anyone who is wanting to get into open source code for the first time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Match Three Game 🍭

This is a candy crush clone game created with the purpose of me sharpening my javascript and css skills.

The base of this repo stimmed from this youtube tutorial!


HOW TO PLAY

  • Start the game by pushing the play button.
  • You have 60 seconds to complete the game.
  • Drag and drop the candies to match them.
  • Can only drag and drop to right, left, top and bottom.
  • Match at least 3 candies in a row or column to score.
  • Create combos by matching more than 3 candies.
  • Click the timer box to stop it from bouncing.

Play it here!


Run it locally

  • Clone this repository
  • Open index.html file in your prefered browser - either by double-click the file in explorer or by drag & drop the file into the browser's search field.

Where I am at now 🍬

  • Basic drag and drop functionality
  • Rows are being replaced when matched
  • Score keeping
  • 5+ row and column matching
  • Styled background
  • Simple animation when candy disappears
  • Github pages
  • Implement a time limit
  • Have a "Start" and Restart Button
  • Fix bug that crashes game at the bottom right candy

CandyCrushgif

Future Features 🧁

  • Update background image
  • More cohesive color pallet

This project is licensed under the terms of the MIT license.

About

This is a match three game made with javascript, css, and html. The goal of this project is to provide a low pressure / low stress environment for anyone who is wanting to get into open source code for the first time.

License:MIT License


Languages

Language:JavaScript 89.1%Language:CSS 7.4%Language:HTML 3.5%