Skip to content

dkrutsko/LianLianKan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lian Lian Kan

This is an HTML 5 remake of Lian Lian Kan, a classic tile matching game with a twist. The goal is to clear the board as many times as possible before your time runs out. Each time the board gets cleared you will get bonus points as well as additional extend-time and remove-pair uses. The number of uses you receive increases with your selected difficulty level. To match tiles, you must make a clear and unbroken path between two matching tiles in one of four ways: a straight and direct path, two moves in an L shape, three moves in an S shape or three moves in a U shape. A live demo can be found here. Make sure to try it out on your mobile device as well!

Technology

This game was written as an experiment using the new Google Polymer library leveraging web components and next generation web standards. As such, this game is only playable on the latest versions of evergreen browsers. This includes Chrome 35+, Firefox 30+ and Mobile Safari on iOS 7+. Other browsers have not been tested and may not work properly.

Deploying

  • Download or checkout this project
  • Install node, npm, bower and serve
  • Browse to this projects directory
  • Perform the bower install command
  • Serve this application on localhost

Thanks

A special thanks goes out to Luo Liang (@wuleying) for unknowingly providing part of the tile matching algorithm which powers the core of this game.

Author