https://github.com/jspicl/jspicl-starter
Starter project for building PICO-8 games in JavaScript
https://github.com/jspicl/jspicl-starter
game-development javascript jspicl jspicl-sample pico-8
Last synced: about 1 year ago
JSON representation
Starter project for building PICO-8 games in JavaScript
- Host: GitHub
- URL: https://github.com/jspicl/jspicl-starter
- Owner: jspicl
- License: mit
- Created: 2019-10-05T18:23:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T18:59:10.000Z (over 6 years ago)
- Last Synced: 2025-04-15T00:05:16.546Z (about 1 year ago)
- Topics: game-development, javascript, jspicl, jspicl-sample, pico-8
- Language: JavaScript
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build your PICO-8 games in JavaScript
This project uses jspicl-cli to transpile your JavaScript code into PICO-8 cardridges.
`npm start` - Runs the game in PICO-8 and watches the source files for changes. Whenever a file is updated the cartridge is automatically reloaded with the new changes1.
`npm run build` - Only generates the cartridge for you.
## Updating spritesheet
With jspicl-CLI you don't need to draw your sprites in PICO-8 anymore. Simply edit the spritesheet file, save and the cart will be reloaded with the new changes.

## Other `jspicl` games
* [https://github.com/topics/jspicl-sample](https://github.com/topics/jspicl-sample)
1 Currently only works on MacOS. You will have to manually refresh PICO-8 (Ctrl+R) on other platforms.