Generate Super Mario War worlds from real-world data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TheoryOfNekomata f0261a1aa8 Initial commit 2 年之前
public Initial commit 2 年之前
scripts Initial commit 2 年之前
src Initial commit 2 年之前
.eslintrc.json Initial commit 2 年之前
.gitignore Initial commit 2 年之前
README.md Initial commit 2 年之前
global.d.ts Initial commit 2 年之前
next-env.d.ts Initial commit 2 年之前
next.config.js Initial commit 2 年之前
package.json Initial commit 2 年之前
tsconfig.json Initial commit 2 年之前
tsconfig.script.json Initial commit 2 年之前
yarn.lock Initial commit 2 年之前

README.md

real-worldgen

Generate Super Mario War worlds from real-world data.

Requirements

  • Node.js (preferably latest)
  • Yarn

Setup

  1. Install dependencies:

    yarn [install]
    
  2. Build the app:

    yarn build
    
  3. Run the app on http://localhost:3000:

    yarn start
    

Development

This project is made from Next. Development practices for Next are applicable for this project.

Credits

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.