rogovenko/RubyHole
Small game about two dwarfes digging holes in a quest for rubies! Inspired with Carcassone and Dorf Romantik, made on Ludum Dare 57
Ruby Hole
Game, made at Ludum Dare 57, a worldwide game jam competition.
This game is top-110 out of about 900 participants.
It was made in two and a half days, so do not judge strictly!
April, 2025.
Description
Dwarves are trying to get rich by collecting discovered rubies. We dig tunnels deeper and deeper, as long as our conscience—and the available tiles—allows. But be cautious when exploring the depths—nobody knows what the dwarves might uncover.
Links
Play game online at https://epiclogo.itch.io/ruby-hole
GameJam admission at https://ldjam.com/events/ludum-dare/57/ruby-hole
Credits
gd/pm — Alex 4adOFF https://github.com/4adOFF
code — Ilya Rogovenko https://github.com/rogovenko
art — @lev-the-sock-puppet https://vk.com/shkaflavasha
Development Guide
If you're not typically a JavaScript developer, here's how to get started:
-
Make sure you have Node.js installed (you can download it from https://nodejs.org/)
-
Install dependencies by running the following in your terminal:
npm install- Launch the game by running:
npm run dev