sourcebots / competition-simulator

A simulator for Smallpeice Virtual Competitions
https://docs.sourcebots.co.uk/
MIT License
0 stars 0 forks source link

Record the semantic location of a token rather than just its worth #59

Closed PeterJCLaw closed 3 years ago

PeterJCLaw commented 3 years ago

This is inherently easier to understand and means that the resulting logs are more complete records of the match. This does mean that we'll need slightly more logic in the scorer script, however having the more complete log feels worth it.

https://github.com/sourcebots/compstate-smallpeice2021/pull/1 is built on this approach.