erkle64 / Foundry-Calculator

Simple web-based calculator for the game Foundry.
Apache License 2.0
9 stars 3 forks source link

Foundry Calculator

This is the repostory for the Foundry Calculator, a tool for calculating resource requirements and production ratios in the game Foundry. It is adapted from Factorio Calculator.

Running locally

The calculator consists entirely of static files (HTML, JS, CSS), and may be run locally using any HTTP server. If you have Python 3 installed, you can start a simple development server on port 8000 with:

$ python3 -m http.server 8000