https://github.com/webmatze/dragonruby-sokoban-game
A Sokoban Clone using DragonRuby Game Toolkit
https://github.com/webmatze/dragonruby-sokoban-game
dragonruby game indiegame ruby smaug sokoban sokoban-game
Last synced: about 1 month ago
JSON representation
A Sokoban Clone using DragonRuby Game Toolkit
- Host: GitHub
- URL: https://github.com/webmatze/dragonruby-sokoban-game
- Owner: webmatze
- Created: 2022-01-03T22:02:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T18:57:14.000Z (over 2 years ago)
- Last Synced: 2025-03-30T02:23:19.337Z (2 months ago)
- Topics: dragonruby, game, indiegame, ruby, smaug, sokoban, sokoban-game
- Language: Ruby
- Homepage:
- Size: 859 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DragonRuby Sokoban Game
I try to rebuild Sokoban in DragonRuby.
## Gameplay

## Download and Play
### [Play DragonRuby Sokoban on itch.io](https://webmatze.itch.io/dragonruby-sokoban)
## Install dependencies
```bash
# Install smaug
$ brew tap ereborstudios/tap
$ brew install smaug# Install dependencies
$ smaug dragonruby install ~/Downloads/dragonruby-gtk-macos.zip
$ smaug install
```## Run the game
```bash
$ smaug run
```