darin-ellis7 / GridGame

0 stars 0 forks source link

Create Move Class #21

Open darin-ellis7 opened 3 years ago

darin-ellis7 commented 3 years ago

As discussed when merging in https://github.com/darin-ellis7/GridGame/pull/20, the relative complexity of our movement action, which involves a series of interactions between Character and PositionGrid, will be better handled with the introduction of a Move class in order to encapsulate those functions.