TheoryOfNekomata f0261a1aa8 | 2 anni fa | |
---|---|---|
public | 2 anni fa | |
scripts | 2 anni fa | |
src | 2 anni fa | |
.eslintrc.json | 2 anni fa | |
.gitignore | 2 anni fa | |
README.md | 2 anni fa | |
global.d.ts | 2 anni fa | |
next-env.d.ts | 2 anni fa | |
next.config.js | 2 anni fa | |
package.json | 2 anni fa | |
tsconfig.json | 2 anni fa | |
tsconfig.script.json | 2 anni fa | |
yarn.lock | 2 anni fa |
Generate Super Mario War worlds from real-world data.
Install dependencies:
yarn [install]
Build the app:
yarn build
Run the app on http://localhost:3000
:
yarn start
This project is made from Next. Development practices for Next are applicable for this project.
Biome map obtained from Minecraft Earth Map. Land elevation, bathymetry, and real-color maps obtained from Visible Earth. Water mask map obtained from Shaded Relief. Uses D3 (d3-geo) for map projections.