A Clone of Asteroids written as my first Processing app in 2008, now ported to p5js and hosted at Open Processing.
Instructions.
yarn
yarn test
yarn sketch
open http://localhost:4444
You can publish this sketch to Open Processing.
- Run
yarn dist-os
- Copy/Paste the contents of
./dist/app.js
to your sketch. - Add the files from
dist/assets
to the sketch'sFiles
tab. - Turn on p5.Sound in your Sketch
- Bug - report bug with soundFormats() schema needs to take string|?* to p5.sound
- Fix your atrocious hit testing code
- Cleanup/Replace XxxControllers', use isKeyDown.
- Favicon of a ship
- Need better global strategy, so ugly
- Bug reported on typings to p5.js. processing/p5.js#2605