Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Lokkij

9
Posts
9
Followers
3
Following
A member registered Dec 01, 2015 · View creator page →

Creator of

Recent community posts

(1 edit)

Oh no! That's not the intended experience for sure. I'll try to reproduce it - in the meantime, it might help to refresh the page. Thanks for trying the game, anyway!

EDIT: it looks like this is a browser-specific issue. Firefox and Safari work, Chrome doesn't in many cases. I know how to fix it, but the GMTK jam doesn't allow updating or linking to an updated version, so that will wait until the voting period is over. In  the meantime, you can use Firefox!

It fullscreens automatically for me, but I've enabled the fullscreen button in itch.io for cases where that doesn't happen. Thanks for asking!

It should be complete from start to finish! There is one crash bug we encountered twice but didn’t manage to reproduce, so maybe you ran into that. Sorry about that!

Pressing 9 toggles fast-forward mode. 😁

Thank you! ❤️

I personally really like Adam Saltsman's tilesets: https://adamatomic.itch.io. They're fairly minimal and definitely don't fit every project, but look absolutely lovely! 😄

Thanks, I'm glad you like it! ^^

Yep, that's correct. It's a little slower than I'd like it to be, but it works.

Hey there! I'm  glad you like it. :)

The code that generates the dungeons is running on a server. When you visit the page or click the "give me another dungeon" link, all it does is request a new dungeon from the server. The server then does the random generation, lays out the diagram and sends it back to this page. That's why there's so little code -- it's all on the server.