
M3 (working title)
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Introduction
I've done a bunch of Ludum Dares in jam mode but this is my first time doing compo. I made a simple match 3 game.
Instructions
Use left and right arrows to move from column to column and up and down arrows to shift the current column. Any run of 3 or more of the same color in a column scores you points.
Technical notes
I built the engine from scratch using HTML5 canvas 2D context. Wrote the whole thing in CoffeeScript.
Created the music and sound effects using LMMS and some default instrument samples included therein.
Building from source
The source code is included so you can build the game yourself using NPM.
```sh
npm i
npm run build
npm run serve
```
And then point your browser to localhost:8080