tonarino / bomberman-of-the-hill

13 stars 5 forks source link

Improve the .wasm glue code layer #8

Closed PabloMansanet closed 3 years ago

PabloMansanet commented 3 years ago

At the moment the shims around the Player trait are a bit rough, and it could be a big win to automate as much of the process as possible (within reason) so we don't waste a lot of time keeping the glue code up to date manually as the Player<->World interaction changes.

Some pointers:

PabloMansanet commented 3 years ago

I'm going to assign myself to this as I'm already in tha headspace, but I'll timebox it as I have the suspicion this is the kind of problem you can spend literally as many hours as you want on :smile:

PabloMansanet commented 3 years ago

Implemented in #16