Fish [GMTK]
Posted: Sat Sep 08, 2018 10:19 am
Last week-end, it was the GMTK Jam and the theme was Genre without mechanic.
As usual I used Löve to make my submission, so I thought I would share the result here.
https://nicmagnier.itch.io/fish
(and please rate the game for the jam, especially if you like it: https://itch.io/jam/gmtk-2018/rate/299725)
The concept for my game was a Match-3 game without the blocks disappearing when you match them. When you do a match the block froze, so you cannot move them anymore, and to get ride of them you need to have a full line of frozen items. It make the game much more like a puzzle game than the standard Match-3 because you have to think ahead to not block potential moves.
What was interesting is that I teamed up with an artist who worked with other team before and I explained that he could just drop his image in the asset folder and the game will simply load them (I also implemented hot-reload so technically he even didn't have to relaunch the game to see his changes). He was quite amazed how straightforward it was compared to other engines. That's the power of Löve
As usual I used Löve to make my submission, so I thought I would share the result here.
https://nicmagnier.itch.io/fish
(and please rate the game for the jam, especially if you like it: https://itch.io/jam/gmtk-2018/rate/299725)
The concept for my game was a Match-3 game without the blocks disappearing when you match them. When you do a match the block froze, so you cannot move them anymore, and to get ride of them you need to have a full line of frozen items. It make the game much more like a puzzle game than the standard Match-3 because you have to think ahead to not block potential moves.
What was interesting is that I teamed up with an artist who worked with other team before and I explained that he could just drop his image in the asset folder and the game will simply load them (I also implemented hot-reload so technically he even didn't have to relaunch the game to see his changes). He was quite amazed how straightforward it was compared to other engines. That's the power of Löve