We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Must specify:
how to download, possibly with direct link (tricky for release version but must figure out a way)
requirements, eg Java 8 (direct link to installation? Write howto in Wiki?)
how to run: must provide a run.sh and run.bat for respectively Linux/Mac and Windows. Internally these should run java -jar alone-rl-XXX.jar
run.sh
run.bat
java -jar alone-rl-XXX.jar
bonus points: actually release the game with launch4j or IzPack to make the process simpler to the user
launch4j
IzPack
The text was updated successfully, but these errors were encountered:
fabio-t
No branches or pull requests
Must specify:
how to download, possibly with direct link (tricky for release version but must figure out a way)
requirements, eg Java 8 (direct link to installation? Write howto in Wiki?)
how to run: must provide a
run.sh
andrun.bat
for respectively Linux/Mac and Windows. Internally these should runjava -jar alone-rl-XXX.jar
bonus points: actually release the game with
launch4j
orIzPack
to make the process simpler to the userThe text was updated successfully, but these errors were encountered: