https://github.com/myokoym/butasanquest
A retro RPG game example on browser/desktop (cross-platform) by Ruby (DXOpal/Gosu).
https://github.com/myokoym/butasanquest
dxopal game gosu ruby
Last synced: about 2 months ago
JSON representation
A retro RPG game example on browser/desktop (cross-platform) by Ruby (DXOpal/Gosu).
- Host: GitHub
- URL: https://github.com/myokoym/butasanquest
- Owner: myokoym
- License: mit
- Created: 2019-12-09T06:48:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T12:05:16.000Z (over 4 years ago)
- Last Synced: 2025-01-13T05:10:24.519Z (over 1 year ago)
- Topics: dxopal, game, gosu, ruby
- Language: Ruby
- Homepage: http://myokoym.net/butasanquest/index.html
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# An RPG on browser/desktop by Ruby
An RPG game on browser or desktop (cross platform) by Ruby.

## Powered by
* [DXOpal](https://yhara.github.io/dxopal/doc/ja/index.html) (browser)
* [Gosu](https://www.libgosu.org/) (desktop)
## Usage
### Browser
```
% dxopal server
```
or
```
% rackup
```
### Desktop
```
% ./gosu_main.rb
```
## License
MIT