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.
2 parents d9fb6c5 + b68a83a commit 1ca86caCopy full SHA for 1ca86ca
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