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