https://github.com/aleokdev/facmaker
A small program to simulate the productivity of simple factories
https://github.com/aleokdev/facmaker
Last synced: 6 months ago
JSON representation
A small program to simulate the productivity of simple factories
- Host: GitHub
- URL: https://github.com/aleokdev/facmaker
- Owner: aleokdev
- Created: 2021-02-03T16:11:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T22:05:52.000Z (over 3 years ago)
- Last Synced: 2023-03-10T05:36:34.677Z (almost 3 years ago)
- Language: C++
- Homepage:
- Size: 411 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facmaker
A program for simulating input/output graphs
Meant to be used in games such as modded Minecraft, Factorio, etc, but can adapt to any scenario.
## Installing
Cloning the repo:
```
git clone --recursive https://github.com/aleokdev/facmaker
cd facmaker
```
Setting up the build directory:
```
mkdir build
cd build
cmake -B. -S..
```
Building the repo:
```
cmake --build .
```
Executing the program:
```
./facmaker
```