This is a simple nihilist adventure RPG, made with Solarus.
It's really just a demo of a few things:
- The variable
wanderingCount
in first_map tracks the number of maps you have wandered. - In forest1 & forest2 (which teleport to each other) at start, if
wanderingCount
is over 10, a sign will show. - In forest1 at start, if
wanderingCount
is over 50, a villager will show. - the villager knows if you have talked to her (via the map-script in forest1)
- It has the assets all setup, for a quick start to new "A Link To The Past" style game.
- Install solarus for players
- Grab the solarus file and add it via the Solarus Quest Launcher
- If you want to install it on retropie, checkout this.