Skip to content

bazhanius/match-3-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match 3 game

Don't read boring text below, just start to play!

img

Description

Written on HTML (canvas), CSS and vanilla JS for educational purpose.

Slide tiles inside square 8×8 frame to place 3+ tiles of the same color vertically or horizontally. Read more about game on wikipedia.

Features

  • Mobile first
  • Boosters:
    • Show Move - Highlight one random available move (also triggers automatically after 15 seconds of inactivity)
    • Delete Color — Blow up all tiles with selected color
    • Delete Area — Blow up area around tile
    • Any Color (Joker Tile) — Replace tile with "Joker-tile" that matches tiles of any color
  • Statistics of tile's colors
  • Timer
  • L10n based on browser language (ru — russian, else — english)
  • Save the highest score in local storage

Inspiration

About

Match-3 game with HTML5 Canvas and JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.5%
  • HTML 18.9%
  • CSS 12.6%