Generate Super Mario War worlds from real-world data.
 
 
 
TheoryOfNekomata 52c74bec13 Add cloud map, random foreground generation пре 3 година
docs/img Update image пре 3 година
public Initial commit пре 3 година
scripts Initial commit пре 3 година
src Add cloud map, random foreground generation пре 3 година
.eslintrc.json Initial commit пре 3 година
.gitignore Initial commit пре 3 година
README.md Add cloud map, random foreground generation пре 3 година
global.d.ts Initial commit пре 3 година
next-env.d.ts Initial commit пре 3 година
next.config.js Initial commit пре 3 година
package.json Add cloud map, random foreground generation пре 3 година
tsconfig.json Initial commit пре 3 година
tsconfig.script.json Initial commit пре 3 година
yarn.lock Add cloud map, random foreground generation пре 3 година

README.md

real-worldgen

Sample Output

Generate Super Mario War worlds from real-world data.

Requirements

Setup

  1. Create tools/ in the Super Mario War directory.

  2. Clone this repository inside tools/.

  3. Install dependencies:

    yarn [install]
    
  4. Link the assets to the game files:

    yarn link-gfx
    
  5. Build the app:

    yarn build
    
  6. 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. Cloud map obtained from Wikimedia Commons. Uses D3 (d3-geo) for map projections. Super Mario is a property of Nintendo. Super Mario War is a fangame inspired by Super Mario games.

Samples

Larger Sample Output