Match-3 puzzle game using assets from iOS/Android title Tower of Saviors
You can access an online version here
Tap on a gem and drag to swap with adjacent gems. You can make as many swaps as you'd like (within 6 seconds). With enough practice, a player can create large combos every turn.
Supported touch events:
- mousedown/mousemove/mouseup (for desktops)
- touchstart/touchmove/touchend (for iOS/Android tablets)
- pointerdown/pointermove/pointerup (for Windows Phone 8 / Windows 8 touch)
- Adjustable grid dimensions (use URL params x=[#] & y=[#])
- Adjustable number of elements (use URL params e=[1-6])
- Gems cleared counter
- jQuery