Skip to content

RoadRoller01/n-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n launcher

n-launcher is a launcher for any games that you publish on GitHub

Setup

download the latest release then edit config.json as such:

put the username of the account that has got your games in the place of "roadroller01" to see your games in the launcher

"username": "RoadRoller01",

to add your games to the launcher, the game repository must have the "game" topic as its first topic as such.

Games release

game release assets must have the game compressed with zip format as its first asset,
the zip file structure must be like this

+ *.zip
+--+ game name folder
|  +-- game files
|  +-- game name.exe

game name is the game repository name ("_" and "-" replaced with " "),
example.

Development requirement

.net6
having the will to live

Development ideas

launcher for the launcher