Skip to content

I made this to find the best paths possible on rain world. might not be very good so feel free to suggest or even add stuff to it. :)

Notifications You must be signed in to change notification settings

TogExe/RwPathTeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌧️ Simple Rain World Path Teller

A simple program for finding the shortest paths possible in Rain World. This project is designed to be modular and expandable, potentially supporting mods and advanced features in the future. Note that skill path calculations are not yet implemented.


🗺️ Region Abbreviations

For convenience, here are the shortened names for the regions:

Shortened Names
  • SU: Outskirts
  • HI: Industrial Complex
  • DS: Drainage System
  • CC: Chimney Canopy
  • GW: Garbage Wastes
  • SH: Shaded Citadel
  • VS: Pipeyard
  • SL: Shoreline
  • SI: Sky Islands
  • LF: Farm Arrays
  • UW: The Exterior
  • SS: Five Pebbles
  • SB: Subterranean
  • OE: Outer Expanse
  • MS: Submerged Superstructure

🧭 Dependencies

This program is written in Python and uses the following library:

  • heapq: A Python library for implementing heaps, useful for efficient priority queues in pathfinding algorithms.

🌟 Future Expansion

We hope this project evolves into a robust tool for Rain World players! Possible expansions include:

  • An app with a graphical interface to make it more accessible.
  • Advanced calculations for more accurate and detailed pathfinding.
  • Integration with modded content for a broader reach.

Enjoy using the program, and have a great day! 😊
Feel free to share your feedback, suggestions, or contributions. Together, we can make this a valuable resource for the community!

About

I made this to find the best paths possible on rain world. might not be very good so feel free to suggest or even add stuff to it. :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages