Skip to content

A simple program for finding Pareto optimal builds for Mario Kart 8 Deluxe.

License

Notifications You must be signed in to change notification settings

BonkTurnip/MKPareto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MKPareto

A simple program for finding Pareto optimal builds for Mario Kart 8 Deluxe.

Compiling

Git clone this repository and open it as a new Java project in the IDE of your choosing (I use Eclipse). Compile it into an executable .jar file (the main method can be found in the RunPareto.java file) and run it. You could also do this manually without an IDE or download a precompiled jar here. Note: The .jar was compiled with Java 9.

Instructions

  1. Select two stats that you want to focus on for your Mario Kart build. If you only want to focus on one stat, just ignore the second combo box.
  2. Click the generate button to populate the next box with a list of Pareto optimal stat pairs. The first number in a pair is the first stat you selected and the second number is the second stat.
  3. Decide on what balance you want between each of these stats and select that pair from the list.
  4. Now you will see the next box get populated with a list of all the builds that satisfy the selected stat requirements. Every stat for each of these builds is listed followed by the sum of all the stats. Find a build that suits your needs and use it in your next Mario Kart 8 Deluxe race!

Known Issues

  • The size of the text area where the builds are displayed can be hard to read. Resizing the window will fix this. Let me know if you find a way to fix this, or create a pull request.

About

A simple program for finding Pareto optimal builds for Mario Kart 8 Deluxe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages