Try to match rows of three gems of the same colour. Click on a gem to light it up, then click on an adjacent gem to swap their positions. If the highlighted gem is in a row of three, the row of the gems disappear & more fall from above. Currently there's no end goal, but there will be one soon enough.
---Overview--- Hello & welcome to my first project. This is planned to be just the engine of a much larger game I'm working on entitled "Crystals". The gist of it is that it's a basic match-3 type of game, but hopefully in the full thing, there'll be a large variety of level mechanics & alternate gameplay styles that'll keep the game fresh until the very end. I won't give away too many details for now, but this is going to be a BIG project, so it'll likely take a very long time to complete, but for now I hope you enjoy the rough version of the engine I've put together for now. ---This update--- This is basically a rough version of the engine that'll be a part of all (or at least most) of the levels in the actual game. New additions: -Ability to move gems & have 3 disappear when you get them in a row -Falling animation -Graphical design of gems -Horizontal & vertical matches Known faults (planned to fix in future) -Falling animation is off-sync -No ability to combined 4 or 5 gems in a row -The highlighted crystal has to be the one that's part of the match (otherwise it won't work) -Because of the above point, there aren't any double matches either -The game sometimes already spawns in matches but doesn't automatically destroy them -No scores, goals, levels or objectives -Minimal graphics -No sound ---Version History--- v0.1 - Rough version of engine (25/Oct/2016) ---Extra Credits--- Huge thanks to deck26 for helping me with the cloning system, which helped reduce a lot of in-game lag & tedious programming.