Skip to content

Commit 1ca86ca

Browse files
committed
Merge pull request #6 from silentdth/libgdx
Added support for 'instant action' on Windows OS
2 parents d9fb6c5 + b68a83a commit 1ca86ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ The RECF includes a **very** basic "Lunar Lander"-type game that is intended to
4343
be used as an example and teaching tool for the framework. You can run the
4444
game with:
4545

46-
$ ./run.sh
46+
$ ./run.sh (*nix, MacOS)
47+
run.bat (Windows, requires jruby in your PATH)
4748

4849
(You'll need to have met the dependencies first.)
4950

run.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jruby bin\main.rb

0 commit comments

Comments
 (0)