Reading data from tables
Data in a table is managed through the Container
interface. If you have an Item ID
you can look for the Item
itself and get all its properties. If you have a property, you can get its value. Let's use these concepts to implement the rest of the Boxwords game.