https://github.com/noman-land/dance
A pico-8 game about dancing.
https://github.com/noman-land/dance
cloudflare-pages dance dancing game game-development lua npm pico-8 pico8
Last synced: about 1 year ago
JSON representation
A pico-8 game about dancing.
- Host: GitHub
- URL: https://github.com/noman-land/dance
- Owner: noman-land
- Created: 2023-11-11T14:02:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T18:03:26.000Z (over 2 years ago)
- Last Synced: 2023-12-31T20:23:15.712Z (over 2 years ago)
- Topics: cloudflare-pages, dance, dancing, game, game-development, lua, npm, pico-8, pico8
- Language: HTML
- Homepage: https://dance.noman.land
- Size: 6.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dance
A very unfinished pico-8 game about dancing.

## Development
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:
```bash
ln -s $HOME/dev/dance $HOME/Library/Application\ Support/pico-8/carts
```
In the pico-8 terminal you can load the game by running:
```bash
load dance/dance.p8
```
## Deployment
1. 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.
```bash
export PICO8_PATH="/Applications/pico-8/PICO-8.app/Contents/MacOS/pico8"
```
1. Run `npm run export`.
1. Push to Github.