Generate Super Mario War worlds from real-world data.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
TheoryOfNekomata f0261a1aa8 Initial commit 2 lat temu
public Initial commit 2 lat temu
scripts Initial commit 2 lat temu
src Initial commit 2 lat temu
.eslintrc.json Initial commit 2 lat temu
.gitignore Initial commit 2 lat temu
README.md Initial commit 2 lat temu
global.d.ts Initial commit 2 lat temu
next-env.d.ts Initial commit 2 lat temu
next.config.js Initial commit 2 lat temu
package.json Initial commit 2 lat temu
tsconfig.json Initial commit 2 lat temu
tsconfig.script.json Initial commit 2 lat temu
yarn.lock Initial commit 2 lat temu

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.