Skip to content

Randomizes the location of items in super metroid, respecting progression requirements and allowed strats

Notifications You must be signed in to change notification settings

tylerwill3000/super-metroid-item-randomizer

Repository files navigation

Super Metroid Item Randomizer

Super Metroid Cartridge Artwork

Overview

This program randomizes the locations of items in the Super Nintendo game Super Metroid. It has built-in logic to ensure the locations chosen for each item will not result in the player getting stuck or 'soft-locked'.

The randomizer assumes the player is at least capable of wall jumping and shine sparking. Additional strats / glitches can be enabled via difficulty options.

The program requires java 14 to build and run.

Building

Run the following from the root of the project:

(linux) ./gradlew jar

(windows) gradlew jar

After running this command, a JAR file will be created at build/libs/sm-randomizer.jar relative to the root of the project.

Running

The randomizer is run as follows:

java -jar path/to/sm-randomizer.jar path/to/rom/to/patch [--debug] [--diff expert|intermediate|novice]

About

Randomizes the location of items in super metroid, respecting progression requirements and allowed strats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages