Skip to content

troysandal/asteroids-p5js

Repository files navigation

asteroids

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

Publishing to Open Processing [Experimental]

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's Files tab.
  • Turn on p5.Sound in your Sketch

JS Porting Notes / To Dos

  • 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

About

Asteroids clone written in p5js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published