lucaspevidor / InteractiveCanvas

A training project for interacting with an environment through HTML canvas
GNU General Public License v3.0
1 stars 0 forks source link

RigidBody2D has no data validation, type checking, getters/setters, etc. #3

Closed lucaspevidor closed 1 year ago

lucaspevidor commented 1 year ago

Some things need to be implemented on RigidBody2D class like:

  1. Getters and setters
  2. Data validation
  3. Type checking
  4. Error handling