TheoryOfNekomata abd2c8adbe | pirms 2 gadiem | |
---|---|---|
docs/img | pirms 2 gadiem | |
public | pirms 2 gadiem | |
scripts | pirms 2 gadiem | |
src | pirms 2 gadiem | |
.eslintrc.json | pirms 2 gadiem | |
.gitignore | pirms 2 gadiem | |
README.md | pirms 2 gadiem | |
global.d.ts | pirms 2 gadiem | |
next-env.d.ts | pirms 2 gadiem | |
next.config.js | pirms 2 gadiem | |
package.json | pirms 2 gadiem | |
tsconfig.json | pirms 2 gadiem | |
tsconfig.script.json | pirms 2 gadiem | |
yarn.lock | pirms 2 gadiem |
Generate Super Mario War worlds from real-world data.
Create tools/
in the Super Mario War directory.
Clone this repository inside tools/
.
Install dependencies:
yarn [install]
Link the assets to the game files:
yarn link-gfx
Build the app:
yarn build
Run the app on http://localhost:3000
:
yarn start
This project is made from Next. Development practices for Next are applicable for this project.
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.