bananu7 / rts

MIT License
7 stars 0 forks source link

Move towards buildings fix #68

Closed bananu7 closed 2 months ago

bananu7 commented 2 months ago

This PR refactores the entire unit update scheme. Instead of closure-based helper functions, everything has been moved into dedicated modules with clear dependencies. Unfortunately a lot of them take the entire mutable game as a dependency, but that was the reality before as well.

Fixes #62

bananu7 commented 2 months ago

oh, it crashes on yarn dev as of now