# Build for Chrome npm run build:chrome # Build for Firefox npm run build:firefox # Build for both browsers npm run build ├─ config/ # Browser-specific manifests ├─ src/ # Source code │ ├─ assets/ # ...
This procedural generator started as a hobby project to learn about various procedural algorithms (cellular automata, marching squares and Bresenham's line algorithm to name a few). Inspiration was ...