Add a transform function to the `GameArea` that allows for atomic changes to its internal state.
adam-arold opened this issue · 0 comments
adam-arold commented
Right now no complex modifications can be made to the GameArea
without risking inconsistent state. This can be fixed by having a transform
function that ensures consistent transformation of the GameArea
's state.