Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 18 hours 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T12:05:16.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T17:54:58.578Z (2 months 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.
![butasanquest_a_003](https://user-images.githubusercontent.com/386687/70863361-bd4b5480-1f8a-11ea-9b41-2e126385e892.png)
## 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