Crafting Companion

// Game Config Builder
Game Information
The display name shown in the game dropdown.
Lowercase, no spaces. Used as the folder name: src/games/<id>/
Theme Colours
Live Preview
โ–ถ Oxygen Cylinder ๐Ÿ“Œ Pin
Plastic x2
Compensator x1
Plastic x4 Metal x2
Item Types

Define the categories used to filter recipes. These appear in the Type dropdown.

No types added yet. Add at least one.
Items & Recipes

Add every item in the game. Raw materials have no ingredients. Craftable items have a recipe.

Has a crafting recipe
No items added yet.
Export
Download a zip and drop the folder into src/games/. Then add your game to src/games/game.list.json.
Next Steps
1. Unzip and place the folder at src/games/<your-game-id>/
2. Open src/games/game.list.json and add:
   { "id": "your-game-id", "name": "Your Game" }
3. Add your ASCII logo to header.html
4. Refine theme.css as needed