An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# DragonRuby Sokoban Game

I try to rebuild Sokoban in DragonRuby.

## Gameplay

![Animated Gif of gameplay](.github/dragonruby-sokoban.gif)

## 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
```