Generate Super Mario War worlds from real-world data.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
TheoryOfNekomata 52c74bec13 Add cloud map, random foreground generation il y a 2 ans
docs/img Update image il y a 2 ans
public Initial commit il y a 2 ans
scripts Initial commit il y a 2 ans
src Add cloud map, random foreground generation il y a 2 ans
.eslintrc.json Initial commit il y a 2 ans
.gitignore Initial commit il y a 2 ans
README.md Add cloud map, random foreground generation il y a 2 ans
global.d.ts Initial commit il y a 2 ans
next-env.d.ts Initial commit il y a 2 ans
next.config.js Initial commit il y a 2 ans
package.json Add cloud map, random foreground generation il y a 2 ans
tsconfig.json Initial commit il y a 2 ans
tsconfig.script.json Initial commit il y a 2 ans
yarn.lock Add cloud map, random foreground generation il y a 2 ans

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