Tonight I added items. This includes the logic for picking up and dropping objects, the UI control flow for displaying menus allowing the playing to drop or use an item, and the item descriptions. The most complicated part is dealing with what happens when a user drops an item while standing in a cell that already contains an item. The game engine does not allow multiple items to exist at the same location, so when a collision would occur the game searches for the nearest cell that doesn’t ...