https://github.com/almasb/fxgl-webapp
A demo game in FXGL that runs in a browser via JPro
https://github.com/almasb/fxgl-webapp
fxgl jpro
Last synced: 5 months ago
JSON representation
A demo game in FXGL that runs in a browser via JPro
- Host: GitHub
- URL: https://github.com/almasb/fxgl-webapp
- Owner: AlmasB
- License: mit
- Created: 2018-04-14T18:03:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T18:09:20.000Z (about 3 years ago)
- Last Synced: 2025-04-08T11:01:33.591Z (about 1 year ago)
- Topics: fxgl, jpro
- Language: Java
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FXGL-WebApp
A demo game in FXGL that runs in a browser via JPro. Requires Java 11, for Java 8 please see older commits to this repository.
## Run
```
./gradlew jproRun
```
Then, once you've finished testing in the browser, CTRL + C to kill the process and
```
./gradlew jproStop
```