# real-worldgen Generate Super Mario War worlds from real-world data. ## Requirements - Node.js (preferably latest) - Yarn ## Setup 1. Install dependencies: ```shell yarn [install] ``` 2. Build the app: ```shell yarn build ``` 3. Run the app on `http://localhost:3000`: ```shell yarn start ``` ## Development This project is made from [Next](https://nextjs.org). Development practices for Next are applicable for this project. ## Credits Biome map obtained from [Minecraft Earth Map](https://earth.motfe.net/tiles-biomes/). Land elevation, bathymetry, and real-color maps obtained from [Visible Earth](https://visibleearth.nasa.gov/). Water mask map obtained from [Shaded Relief](https://www.shadedrelief.com/natural3/pages/extra.html). Uses [D3](https://d3js.org/) (d3-geo) for map projections.