Generate Super Mario War worlds from real-world data.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
TheoryOfNekomata 52c74bec13 Add cloud map, random foreground generation 2 anni fa
docs/img Update image 2 anni fa
public Initial commit 2 anni fa
scripts Initial commit 2 anni fa
src Add cloud map, random foreground generation 2 anni fa
.eslintrc.json Initial commit 2 anni fa
.gitignore Initial commit 2 anni fa
README.md Add cloud map, random foreground generation 2 anni fa
global.d.ts Initial commit 2 anni fa
next-env.d.ts Initial commit 2 anni fa
next.config.js Initial commit 2 anni fa
package.json Add cloud map, random foreground generation 2 anni fa
tsconfig.json Initial commit 2 anni fa
tsconfig.script.json Initial commit 2 anni fa
yarn.lock Add cloud map, random foreground generation 2 anni fa

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