Can you share how to launch it? I still stuck while loading libGDX?
Viewing post in Trijam #61 - Negative Space jam comments
In case you have python installed :
- download the html version
- open a terminal / console and 'cd' to the html folder
- run the python command : python -m SimpleHTTPServer
it will start a small server on port 8000 by default
open your brother on http://localhost:8000
Worked for me