https://github.com/qnighy/rgsstests
Test codes for RGSS.
https://github.com/qnighy/rgsstests
rgss ruby
Last synced: over 1 year ago
JSON representation
Test codes for RGSS.
- Host: GitHub
- URL: https://github.com/qnighy/rgsstests
- Owner: qnighy
- Created: 2015-08-23T12:40:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T05:24:34.000Z (almost 11 years ago)
- Last Synced: 2024-10-05T02:41:17.623Z (almost 2 years ago)
- Topics: rgss, ruby
- Language: Ruby
- Size: 180 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RGSS Tests
This is a set of test codes, which describe behaviors of RGSS/RGSS2/RGSS3. It may be useful for development of compatible engines.
Note: some tests might be too precise. Sometimes you may better ignore such tests.
## Usage (for the official RGSS engine)
```
$ cd RGSS3Test1
$ cp somewhere/Game.exe ./Game.exe
$ cp somewhere/System/RGSS301.dll ./System/RGSS301.dll
$ make test
```