https://github.com/av/coi-graph
Interactive graph with all recipes in Captain Of Industry
https://github.com/av/coi-graph
captainofindustry d3-visualization d3js
Last synced: 11 months ago
JSON representation
Interactive graph with all recipes in Captain Of Industry
- Host: GitHub
- URL: https://github.com/av/coi-graph
- Owner: av
- Created: 2025-07-26T10:22:56.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-26T17:28:52.000Z (11 months ago)
- Last Synced: 2025-07-26T18:34:18.798Z (11 months ago)
- Topics: captainofindustry, d3-visualization, d3js
- Language: JavaScript
- Homepage: https://av.github.io/coi-graph
- Size: 2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COI Recipe Graph

Graph of recipes and materials for the game [Captain of Industry](https://www.captain-of-industry.com/).
Recipes data and game logo belongs to the game developers, [MaFi Games](https://www.linkedin.com/company/mafi-games/).
# Development
Requires `deno@^2.4.0`.
```bash
# as two parallel tasks
deno task bundle
deno task serve
```
## Extract recipes
To extract recipes from the game files, run:
```bash
deno task extract
```