pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
824 stars 354 forks source link

Display evolution path on Species/Races page #1032

Closed fredden closed 7 months ago

fredden commented 7 months ago

This pull request adds the required evolution path for each species genus to the wiki. The information is (now) available in the tool-tip that shows when hovering over the genus on the right. I wasn't able to find a safe way to calculate this evolution path dynamically from the data in the game because of the way it's been encoded into functions.

https://pmotschmann.github.io/Evolve/wiki.html#races-species

Screenshot_2024-01-16_19-07-29

Fixes #533