A very unfinished pico-8 game about dancing.
Keep this project folder where you keep all your coding projects, then symlink it to the pico-8 carts folder. On a Mac this would be something similar to:
ln -s $HOME/dev/dance $HOME/Library/Application\ Support/pico-8/carts
In the pico-8 terminal you can load the game by running:
load dance/dance.p8
-
Make sure to set a shell variable for
$PICO8_PATH
. On a Mac, something similar to the following can be added to your.bashrc
or.zshrc
or whatever shell you use.export PICO8_PATH="/Applications/pico-8/PICO-8.app/Contents/MacOS/pico8"
-
Run
npm run export
. -
Push to Github.