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

Feature/rigidbody2d implementation #14

Closed lucaspevidor closed 1 year ago

lucaspevidor commented 1 year ago

Finished the RigidBody2D class implementation, including type checking, data validation and class documentation. Closes #3.