| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simulate 10 hours of gameplay in < 1 minute on the command line.
The factorio-cli is text-based software for planning speedruns for the game factorio. It can also be understood as turn-based factorio where each in-game action has been abstracted into a text command.
sim.py <- server.py <- client.py <- shell.py
./run_tests.sh
This project is using an end-to-end testing strategy to avoid unwanted breaking changes. Factorio-cli is a deterministic system, so running the same commands on different versions of source-code should produce the same save file as long as no breaking changes were made. Tests are composed of script files + the expected save file. These tests are easy to create and cover real use cases.
https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt source ./setupdevenv.sh flask --app server run python3 ./main.py
| Back | FazBrowse Home | New Git URL |