Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 890 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 890 Bytes

AdventuresAndRunes

Scrolling Platformer

NEWS:

v2.9.0 and more:

You can add parameters at startup:

Examples:

start javaw -jar "Adventures & Runes v2.9.0.jar" play - starts the last level

start java -jar "Adventures & Runes v2.9.0.jar" "play$YOU_PATH_TO_LEVEL" - loads and starts the level from the file path

start java -jar "Adventures & Runes v2.9.0.jar" "play$YOU_PATH_TO_DIRECTORY" - loads and starts the level (the last one in the file list) from the specified folder

⚠ In the last two commands, the use of "$" is important ⚠