narc0tiq / tinymudserver

Originally an example MUD game written in C++. Now being played with.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement inventory

narc0tiq opened this issue · comments

Highlights:

  • user inventory
  • room inventory
  • item inventory (chests, backpacks, whatever)
  • weight and volume-based limitations (all items have weight and volume; containers have capacities)

Inventory verbs:

  • take / get / pick up
  • drop / put / leave
  • use