GDC-WM / 2DGame2021

Has a very nice backend structure but no real gameplay (yet?)
MIT License
1 stars 1 forks source link

Create character class #6

Closed aaronamk closed 3 years ago

aaronamk commented 3 years ago

Support basic movement. Should support any angular direction of movement, as opposed to just up, down, left, right. Add a set_velocity() method (or similar).