Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.07 KB

File metadata and controls

16 lines (9 loc) · 1.07 KB

FFL2-Monster-Evolution-Path-Calculator

This program computes the shortest paths for evolving one monster into another in the Game Boy game Final Fantasy Legend 2.

#Installation and usage

There are two ways to use this program.

This program should work on Windows, Mac, and Linux, although it has only been tested on Windows. First install python 2.7 and NetworkX. Then download this repository to any location on your computer and run the FFL2MonsterEvo.py script. Linux installations may also require separate installations of Tkinter and Tcl/Tk---see here.

Alternatively if you are on 64-bit Windows, just download and run FFL2MonsterEvo.exe, available here.

#Notes Data used by this program was sourced from http://www.shenafu.com/ffl2/ffl2.php. Used with permission.

Data and algorithms used by the program are believed to be correct. Please let me know if you find any bugs.