Made Game For the Raylib 6.0 Jam

Kapendev alexandroskapretsos at gmail.com
Sun Jul 12 22:13:50 UTC 2026


Thought I should mention it here too.
I made a 2D walk-and-hide-and-collect game using raylib-d and 
Joka for the Raylib 6.0 game jam.
Was a fun time overall. Mostly bug-free and the code is 
relatively clean compared to my previous jam games.
Repo: https://github.com/Kapendev/hex_merge_jam

[![image](https://img.itch.zone/aW1hZ2UvNDc3MDEyNy8yODQ0MTI1Ny5wbmc=/original/o%2FmkZL.png)](https://kapendev.itch.io/k-merge-with-me)

**Find The Bug Section**

```d
if (minutes == 1) text = "You played for...\n  {} minute\n  {} 
seconds",
text = text.fmt(minutes, seconds);
```


More information about the Digitalmars-d mailing list