TheoryOfNekomata abd2c8adbe | před 2 roky | |
---|---|---|
docs/img | před 2 roky | |
public | před 2 roky | |
scripts | před 2 roky | |
src | před 2 roky | |
.eslintrc.json | před 2 roky | |
.gitignore | před 2 roky | |
README.md | před 2 roky | |
global.d.ts | před 2 roky | |
next-env.d.ts | před 2 roky | |
next.config.js | před 2 roky | |
package.json | před 2 roky | |
tsconfig.json | před 2 roky | |
tsconfig.script.json | před 2 roky | |
yarn.lock | před 2 roky |
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.