RoboCup-SPL / GameController3

This is the official GameController used in the RoboCup Standard Platform League
MIT License
16 stars 8 forks source link

Undo #11

Closed ahasselbring closed 1 year ago

ahasselbring commented 1 year ago

In the first version it is probably enough to support the same thing as in the old GameController, i.e. rolling back all actions up to a certain action. But later it should also be possible to undo only single previous actions, as long as the actions after that remain legal in the new timeline.

ahasselbring commented 1 year ago

The is potential for future improvement, but for GORE it's enough.