Generate Super Mario War worlds from real-world data.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
TheoryOfNekomata 77f48617db Add sample image 2 лет назад
docs/img Add sample image 2 лет назад
public Initial commit 2 лет назад
scripts Initial commit 2 лет назад
src Initial commit 2 лет назад
.eslintrc.json Initial commit 2 лет назад
.gitignore Initial commit 2 лет назад
README.md Add sample image 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

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. 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.