https://github.com/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
https://github.com/rogovenko/rubyhole
gamedev ludum-dare-57 phaser
Last synced: 6 days ago
JSON representation
Small game about two dwarfes digging holes in a quest for rubies! Inspired with Carcassone and Dorf Romantik, made on Ludum Dare 57
- Host: GitHub
- URL: https://github.com/rogovenko/rubyhole
- Owner: rogovenko
- License: mit
- Created: 2025-04-05T10:08:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-07T12:03:08.000Z (11 days ago)
- Last Synced: 2025-05-07T13:22:47.655Z (10 days ago)
- Topics: gamedev, ludum-dare-57, phaser
- Language: TypeScript
- Homepage: https://epiclogo.itch.io/ruby-hole
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
1. Make sure you have Node.js installed (you can download it from https://nodejs.org/)
2. Install dependencies by running the following in your terminal:
```bash
npm install
```3. Launch the game by running:
```bash
npm run dev
```