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

https://github.com/mosinski/sokoban

Classic Sokoban game written in Ruby with Ruby 2D framework.
https://github.com/mosinski/sokoban

2d-game game-development ruby ruby2d sokoban-game

Last synced: about 1 month ago
JSON representation

Classic Sokoban game written in Ruby with Ruby 2D framework.

Awesome Lists containing this project

README

          

# About

Classic sokoban game written in Ruby with the awesome [ruby2d](http://www.ruby2d.com) framework.

![ruby_sokoban](https://i.imgur.com/aCz0CgW.gif)

> Note: the low frame rate here is due to the GIF recording not the game itself.

# Install

Make sure you have run:

```
bundle install
```

# Play

```
ruby sokoban.rb
```

Ship control:

* Walk left:
* Walk right:
* Walk up:
* Walk down: