Generate Super Mario War worlds from real-world data.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
TheoryOfNekomata f0261a1aa8 Initial commit pirms 2 gadiem
public Initial commit pirms 2 gadiem
scripts Initial commit pirms 2 gadiem
src Initial commit pirms 2 gadiem
.eslintrc.json Initial commit pirms 2 gadiem
.gitignore Initial commit pirms 2 gadiem
README.md Initial commit pirms 2 gadiem
global.d.ts Initial commit pirms 2 gadiem
next-env.d.ts Initial commit pirms 2 gadiem
next.config.js Initial commit pirms 2 gadiem
package.json Initial commit pirms 2 gadiem
tsconfig.json Initial commit pirms 2 gadiem
tsconfig.script.json Initial commit pirms 2 gadiem
yarn.lock Initial commit pirms 2 gadiem

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.