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.
- Host: GitHub
- URL: https://github.com/mosinski/sokoban
- Owner: mosinski
- Created: 2019-09-01T18:25:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T18:52:37.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:12:44.824Z (over 1 year ago)
- Topics: 2d-game, game-development, ruby, ruby2d, sokoban-game
- Language: Ruby
- Homepage:
- Size: 10.2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Classic sokoban game written in Ruby with the awesome [ruby2d](http://www.ruby2d.com) framework.

> 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: ↓