hugosaintemarie / magic-maze

Online version of board game "Magic Maze"
https://magicmaze.herokuapp.com
MIT License
20 stars 11 forks source link

Remove references to p5.js #67

Closed rcjsuen closed 3 years ago

rcjsuen commented 3 years ago

https://github.com/ashugeo/magic-maze/blob/96f1fabb99995ca773cf336eae3e5acdedf03c7a/src/client/play/js/camera.js#L81-L99

It seems that p5.js is no longer used except in the case above but even then it just throws errors to the console.

Can references to p5.js be fully removed from the source code?

hugosaintemarie commented 3 years ago

Yes, the goal was to get rid of p5.js but I never finished that 🙂

This whole thing can be deleted since camera movement through mouse interactions should be redesigned (see #66).