ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Support all Tier 0 items #10

Closed ryanjjung closed 7 months ago

ryanjjung commented 7 months ago

This adds items, recipes, buildings, etc. to support all Tier 0 factories.

Each base class now supports a to_dict() function as well, allowing us a flatter text/JSON representation of factories. Additionally, this includes a test to read/write pickled factories for easy saving/loading. We can create and expose errors in factories quite easily.