GitXplorerGitXplorer
I

Match3

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a4d35bcb5721f66bf1723450e4c69c3431930842

Update README.md

IIcontech committed 9 years ago
Unverified
3e26031a2b60e31edca9a2db34f8be6485a819c6

First commit

IIcontech committed 9 years ago
Unverified
c57f623865da52e492700e4123c8049787019d62

Initial commit

IIcontech committed 9 years ago

README

The README file for this repository.

Match 3 game

The Match 3 game was developed during three weeks in Unity3D as a one-man project.

The goal is to remove all the tiles by clicking on them or by getting three or more tiles in a row, either vertically or horizontally. The number of tiles can be set before the game starts by changing the number of rows and columns. If you click on a tile it is removed and all tiles above it will fall down.

Instructions

  • Set the number of rows and columns if you wish (default is a 10 x 10 size board = 100 tiles).
  • Click the "vertical matching" button to toggle vertical matching on/off.
  • Use the W,A,S,D keys to move the camera and hold down shift and W/S to zoom in/out.
  • Click any tile to remove it.
  • The game ends once all the tiles have been removed.

Enjoy!