Earthbound-Battle-Backgrounds-JS
A JavaScript project that generates all the Earthbound/Mother 2 backgrounds.
File Explorer
Download Latest Version (.zip)- automerge.yml
- deploy.yml
- dependabot.yml
- settings.json
- backgrounds.dat
- truncated_backgrounds.dat
- card.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- form.js
- history.adapter.native.js
- history.js
- styles.css
- utils.js
- background_graphics.js
- background_layer.js
- background_palette.js
- battle_background.js
- block.js
- distorter.js
- distortion_effect.js
- palette_cycle.js
- rom.js
- rom_graphics.js
- capture.js
- engine.js
- index.js
- .gitignore
- index.html
- LICENSE.txt
- package-lock.json
- package.json
- README.md
- vite.config.js
# Installation Guide
1. Get the code
git clone https://github.com/gjtorikian/Earthbound-Battle-Backgrounds-JS
Downloads the entire project code from GitHub to your computer.
cd Earthbound-Battle-Backgrounds-JS
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run watch
Type this command into your terminal and run it.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
