The greatest pokemon minigame of all time
Voltorb-Flip
is a Svelte based webextension that allows you to play the voltorb flip minigame from Pokemon HeartGold and SoulSilver on your browser.
$ yarn install
$ yarn start
yarn start
Build the extension into dist/webext-dev
folder for development.
yarn build
Build the extension into dist/webext-prod
folder for production.
yarn build-zip
Build a zip file following this format <name>-<version>.zip
file.
Zip file is located in dist/webext-zip
folder.
This project is licensed under the terms of the MIT License.