DeepBoulder

DeepBoulder

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 3.23
fun: 3.26
innovation: 3.75
theme: 3.02
graphics: 3.10
audio: 2.82
humor: 2.03
mood: 2.76
Boulderdash with levels generated using a neural net level solver, trained with reinforcement learning (similar to a DQN).

It uses Tensorflow JS to run the neural net, you will need WebGL for a decent speed. Your browser may freeze for a couple of seconds when starting it up. The neural net is only 141 Kb and can do about 100 actions per second on my PC.

By popular demand, I added a restart button. To regenerate a level, use the back button to go back to the level generation page.

Note the 12x12 size setting is really pushing the solver to its limits, so you may need multiple tries to get a level. The smaller sizes may also sometimes need a retry. I cranked up the level difficulty to get challenging levels, but that means it generates a lot of impossible levels as well.

The game itself was created in about 40 mins with the Cellspace IDE, with the sprite editing taking most of the time.

Levels are encoded in URLs, so you can share your generated level using the URL.

The neural net generates an action (left, right, up, down) given a certain game state. It was bootstrapped with a brute force solver that generates optimal paths for small levels, then was further trained through self-play.

For more info, check out my write-up here:

https://ldjam.com/events/ludum-dare/58/$420081/level-generation-for-boulderdash-like-games
Found a bug?
Tell us on Discord