acleverpun / letsgoonanadventure

Adventure game prototype built from our skeleton
0 stars 0 forks source link

It's bigger on the inside #26

Closed rosshadden closed 9 years ago

rosshadden commented 9 years ago

/needs #25

Added inventories. This depends on Dick Nixon, so look into that first.

I made Inventory a subtype of Array because although we're not adding methods to it now, I bet $65,536 that we will want to.

Closes #17

rosshadden commented 9 years ago

@oppenlander We should come up with a way to annotate which events a thing binds to and emits. For example, Inventoryable could bind to addItem and removeItem, and could fire off itemAdded and itemRemoved, or something.