dir - A match-N puzzle game
Posted: Fri Jul 03, 2015 10:11 am
Hi there!
I finally finished "dir", a small, minimalistic puzzle game written using Love2D 0.9.2. Hope you like it. Working with Love has been a great experience so far.
Here are two screenshots:
Features
The game is completely mouse-driven.
Keyboard shortcuts
I finally finished "dir", a small, minimalistic puzzle game written using Love2D 0.9.2. Hope you like it. Working with Love has been a great experience so far.
Here are two screenshots:
Features
- Original mechanics that still feel familiar to match-3 game players.
- Each game usually lasts between 5 and 15 minutes.
- Easy to play, hard to master gameplay, with finely tuned scoring and ranking systems.
- All the graphics are vector-based and the game is resolution-independent.
- Three color themes.
- Free and open source.
The game is completely mouse-driven.
- Use the mouse to move a tile in any of the four cardinal directions. The mouse buttons move left or right while the mousewheel moves up or down.
- When the tile stops, any adyacent tile of the same color will count as a match. All the matching tiles will grow, the combo score increase and you can move again.
- The first move that doesn't match any tiles will cause all the previously matched tiles to disappear, grant the current combo score and add new tiles to the grid in random positions.
Keyboard shortcuts
- ESC - Close the game.
- R - Testart.
- F - Toggle between full screen and windowed.
- 1, 2, 3 - Change the color theme to the first, second and third one.
- T - Cycle to the next color theme.