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.