Skip to content

Add Inventory Module #17

@Mkalbani

Description

@Mkalbani

Description

Create an inventory module that manages items (tools, tokens) a player collects during gameplay.

Acceptance Criteria

  • An inventory module exists under src/inventory/mod.rs
  • Inventory struct holds a list of Item with id, name, and quantity
  • Items can be added, removed, and queried
  • Inventory can be serialized for persistence
  • Unit tests cover add, remove, overflow, and empty cases

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions