Jimmy Overdrive is fast-paced platformer inspired by the popular Flash game Johnny Upgrade. Start underpowered, collect coins, buy upgrades, and push your limits to reach the final exit.
- Use A and D to move; space to jump.
- Press W to open doors.
- Collect coins to use on upgrades.
- Use the upgrades menu to improve your character's stats like speed, jump height, time limit, and more.
- Each attempt lets you go further.
- Reach the exit to win!
1. Install Java 17 or later
2. Go to the GitHub repo's Releases tab
Note: The JAR file's name may vary. There may be two JAR files. Use the one not labeled original-
java -jar platformer-java-1.0.jar1. Install Java JDK 17
2. Install Maven
java -version
mvn -versiongit clone https://github.com/drew18moore/platformer-java.gitNote: The JAR file's name may vary. Maven may generate two JAR files. Use the one not labeled original-
cd platformer-java
mvn clean package
java -jar target/platformer-java-1.0-SNAPSHOT.jar