Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themiu/html5_game_launcher
Game launcher for playing HTML5 games without a browser
https://github.com/themiu/html5_game_launcher
fxml game-development game-launch game-launcher game-launchers gamelauncher html5-game java scenebuilder
Last synced: 28 days ago
JSON representation
Game launcher for playing HTML5 games without a browser
- Host: GitHub
- URL: https://github.com/themiu/html5_game_launcher
- Owner: TheMIU
- Created: 2023-10-07T06:52:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T06:15:54.000Z (about 1 year ago)
- Last Synced: 2023-12-14T07:27:48.053Z (about 1 year ago)
- Topics: fxml, game-development, game-launch, game-launcher, game-launchers, gamelauncher, html5-game, java, scenebuilder
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML5_Game_Launcher
Game Launcher for playing HTML5 games without a browser🔗 Download an example made with this launcher: [Ghost Hunter](https://github.com/TheMIU/JS-Game/raw/main/exe/Ghost%20Hunter%20Setup.exe)
## How it works;
This code will create a launcher for html file. so you won't web browser to run your html5 games.## Quick Steps
Follow these quick steps to set up the HTML5 Game Launcher:
1. Ensure you have an HTML5 game with an `index.html` file and the necessary assets. (an example is included in the code)
2. Modify the `Game.fxml` file as needed.
3. Update the game paths in the commented code.
4. Build a JAR file.
5. Create an executable file.## Usful links
* Build JAR file in intellIJ : https://www.youtube.com/watch?v=3Xo6zSBgdgk
* Convert JAR to EXE : https://genuinecoder.com/online-converter/jar-to-exe
* Create package installer : https://www.actualinstaller.com/easy-install-maker