Generate Super Mario War worlds from real-world data.
25개 이상의 토픽을 선택하실 수 없습니다. 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.