Cube Link
source https://github.com/hannesdelbeke/game-cubelink
first commercial solo game made.
- released on google play
- released on steam https://store.steampowered.com/app/681620/Cube_Link/
- Unity project
A puzzle game I developed on my own. I did all code, art, leveldesign and soundeffects. The goal is to connect all tiles of the same color, without disconnecting previously connected tiles. The gameplay is based on the original flowbased color connect genre but adds the challenge of 3 dimensions.
Coding achievements:¶
- A Level-editor tool to easily make levels in Unity
- Saves your progress locally and on the Steam cloud
- Steam achievements (integration with the Steam API)
- integration with the Kongregate API (achievements)
- Tutorial system that can be easily set up per level
- Recursively check adjacent tiles to detect connected colors (A-star search)
- Localized (translated) with the help of several people online
- Positive reviews on Steam and Google Play
- Dynamic UI changes with resolution (supports mobile, web and PC)
next¶
- put code in github repo / backup code
- make more levels
- port to Unreal (prob never happen)
- make cubelink2, a 3d world with puzzles where you walk around.
- could use Wave Function Collapse to auto generate levels
blog post http://hannesdelbeke.blogspot.be/2013/07/cube-link.html
Backlinks¶
- my games
- 2015 gamejam - 2015 - random fighter TODO ASSETS 🔥
2014-01-01 gamejam - dolancoin clicker
??? setijam game (sweden)
2013-07-20 solo project - Cube Link ❤
2013-06-20 solo jam - Blocks don’t matter
2013-05-26 Mini Ludum Dare - HitchHiker
2013-04-28 gamejam - ludum dare 26 - Atom that matter
2013-04-28 Ludum Dare 26 - Slap the Fish blogpost
- 2015 gamejam - 2015 - random fighter TODO ASSETS 🔥
- dimensionShift
- A central gravity pulls cubes inwards, creating a 3d kind of match-3 game.