Generate Super Mario War worlds from real-world data.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
TheoryOfNekomata f0261a1aa8 Initial commit há 2 anos
public Initial commit há 2 anos
scripts Initial commit há 2 anos
src Initial commit há 2 anos
.eslintrc.json Initial commit há 2 anos
.gitignore Initial commit há 2 anos
README.md Initial commit há 2 anos
global.d.ts Initial commit há 2 anos
next-env.d.ts Initial commit há 2 anos
next.config.js Initial commit há 2 anos
package.json Initial commit há 2 anos
tsconfig.json Initial commit há 2 anos
tsconfig.script.json Initial commit há 2 anos
yarn.lock Initial commit há 2 anos

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.