Love at Fifteen
Love at Fifteen is a simple Fifteen puzzle implementation written in Lua, using LÖVE game engine.
Control options:
- arrows
- numpad arrows (or 2468)
- vim-like motions (hjkl)
- touches or mouse clicks on the tiles adjacent to an empty space
Goal of the game:
In order to solve the puzzle, you need to order all the tiles correctly, so that the final grid looks like this:
1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 |
13 | 14 | 15 | __ |
This is my first complete game, and serves more as a learning project.
You can find the sources here - https://github.com/Mrestof/love-at-fifteen.
P.S. There's a little win screen in the end, +1 reason to try and finish the puzzle ;)
Warning: win screen contain sound and kind of flashing images.
Download
Download NowName your own price
Click download now to get access to the following files:
LoveAtFifteen-win.zip 6.9 MB
love-at-fifteen-source.zip 3.2 MB
love-at-fifteen.love 3.2 MB
Development log
- v1.1 - Controls update90 days ago
Leave a comment
Log in with itch.io to leave a comment.