automatic generation of japanese-styled map
  • JavaScript 98.4%
  • CSS 0.9%
  • HTML 0.6%
Find a file
2026-08-08 17:41:30 +09:00
archive t 2026-08-08 17:41:30 +09:00
scripts t 2026-08-08 17:41:30 +09:00
src t 2026-08-08 17:41:30 +09:00
styles t 2026-08-08 17:41:30 +09:00
tests t 2026-08-08 17:41:30 +09:00
index.html t 2026-08-08 17:41:30 +09:00
README.md t 2026-08-08 17:41:30 +09:00

Prefecture Map Generator

A browser-based procedural prefecture map generator.

Project layout

  • src/ - application modules and web workers
  • styles/ - application styles
  • tests/ - reusable browser and Node.js tests
  • scripts/ - local development server helpers
  • archive/ - recoverable historical and legacy files, excluded from the active app
  • index.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.