This is a simple match-3 game, where instead of swapping two items together, you need to rotate chains to connect them into 3 or more links together!
For the demo as it is on Itch, check this commit: https://github.com/jakubg1/ChainBlast/commit/f9352ca4bd6da548d57bfc6db9d14e6d3d7b56d7
Later commits (and the current state of master branch) contain code. I might extract these commits at some point. right now im a bit too lazy lol
Game's itch.io page: https://jakubg1.itch.io/chain-blast-demo
This game ranked 4th in LÖVE Game Jam 2023!
Stay tuned for the full version! Yes, it's still coming! https://github.com/jakubg1/ChainBlastReborn
(the game will look much better in the remake lol)
-
Code:
- Actual game logic by jakubg1 (MIT license)
- class.lua by bncastle (from https://github.com/bncastle/love2d-tutorial/blob/Episode4/class.lua) (MIT license)
- json.lua by rxi (from https://github.com/rxi/json.lua) (MIT license)
-
Assets: