Match shapes to make hexagons, then clear them to earn points. Clear bigger chains to earn more and more points. Every clear gets you some extra time too, less as the game goes on.

It's been a long road, but I haven't been able to get the web build to work, sorry. The Windows build works, if you want to try that.

Published 2 days ago
StatusReleased
PlatformsHTML5, Windows
Authortech_hutch
GenrePuzzle
Made withraylib
ContentNo generative AI was used

Download

Download
Windows build 5.2 MB

Comments

Log in with itch.io to leave a comment.

(+1)

Pity about the web build

Looking in the console, you could probably fix it with -sSTACK_SIZE when invoking emcc/em++. The raylib template uses -sSTACK_SIZE=1MB.

The thing is, I have no idea how to do that. The game is written in Zig and I use the emsdk package to handle it. It was a hurdle getting to the point where I could produce a web build, even if it doesn't work lol