Skip to content

Game launcher for playing HTML5 games without a browser

Notifications You must be signed in to change notification settings

TheMIU/HTML5_Game_Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5_Game_Launcher

Game Launcher for playing HTML5 games without a browser

🔗 Download an example made with this launcher: Ghost Hunter

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