Trello Link: https://trello.com/b/CIXTZi2H/into-the-data-stream
Outline Link: https://docs.google.com/document/d/1zmEYtWJVfm0cv1ztK-Sp-RS0uwkDBLcIZRYKg6eLyy0/edit?usp=sharing
Link to p5 docs used as test code: https://p5js.org/reference/
Nick: please make sure we are good with all copyrights bc I am no lawyer
p5js library, we are using graphics (except for images; f u CORS) and other background stuff
https://github.com/bmoren/p5.collide2D
has a bunch of useful collision functions between various common polygons
https://github.com/Lartu/p5.clickable
Used for making kewl buttons
All angles are in DEGREES; also make sure you account for negative angles
use "deltaTimeFixed" NOT deltaTime
- currently a 16/9 aspect ratio
- set to 512 to 288 pixels
- essentially 16 tiles wide and 9 tiles high with 32 pixels per tile (our images are currently 32 pixels so this works great)
- can upscale to bigger screens with css