We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2129281 commit b68a83aCopy full SHA for b68a83a
README.md
@@ -43,7 +43,8 @@ The RECF includes a **very** basic "Lunar Lander"-type game that is intended to
43
be used as an example and teaching tool for the framework. You can run the
44
game with:
45
46
- $ ./run.sh
+ $ ./run.sh (*nix, MacOS)
47
+ run.bat (Windows, requires jruby in your PATH)
48
49
(You'll need to have met the dependencies first.)
50
run.bat
@@ -0,0 +1 @@
1
+jruby bin\main.rb
0 commit comments