darozak / Advolition

1 stars 0 forks source link

Create a tutorial section that describes the myData data structure. #71

Closed darozak closed 2 months ago

darozak commented 4 months ago

Let the players know what data is available to their robots in myData and tell them how to access it.

darozak commented 3 months ago

Started describing the myData data structure and each of it's subclasses (https://github.com/darozak/Advolition/commit/9422aff33249a74832cba449e5cdaf13adbc0c3d).

darozak commented 3 months ago

I created a table to list each of the variable in the ScanData class (https://github.com/darozak/Advolition/commit/52eb3870be0bcae781b0ac95f45cf5547385ee1c). This works well and I will use it to describe the variables in each of the related classes.