Generate Super Mario War worlds from real-world data.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
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.