automatic generation of japanese-styled map
- JavaScript 98.4%
- CSS 0.9%
- HTML 0.6%
| archive | ||
| scripts | ||
| src | ||
| styles | ||
| tests | ||
| index.html | ||
| README.md | ||
Prefecture Map Generator
A browser-based procedural prefecture map generator.
Project layout
src/- application modules and web workersstyles/- application stylestests/- reusable browser and Node.js testsscripts/- local development server helpersarchive/- recoverable historical and legacy files, excluded from the active appindex.html- application entry point
Run locally
On Windows:
scripts\start_server.bat 8000
On macOS or Linux:
./scripts/start_server.sh 8000
Then open http://127.0.0.1:8000/.
Tests
Run the complete Node.js test suite from the project root:
node tests/test-all.mjs
The browser test page is available at http://127.0.0.1:8000/tests/test.html.