adaptive-learning / flocs-visual-components

Visual components for Flocs
GNU General Public License v3.0
0 stars 0 forks source link

Refactor world description (especially fields) #39

Open effa opened 7 years ago

effa commented 7 years ago

Make working with fields easier and more explicit, e.g. something like field.background, field.objects. Also it might help to use a map instead of 2D array (?) and replace single-letter object labels (such as 'M') with full names (or rather use enum constants).