Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create basic inventory and item system #14

Merged
merged 18 commits into from
Aug 21, 2023

Conversation

wesker-albert
Copy link
Owner

@wesker-albert wesker-albert commented Aug 21, 2023

  • create item data and object models
  • player can now drop and get items
  • player now has an inventory
  • items dropped in room can be seen during navigation, or using look
  • did some sub-dir organization
  • added .env.test config, and factories/tests now use it instead of .env
  • added data model tests and factory
  • some minor styling tweaks for existing messages

Closes #13

@wesker-albert wesker-albert linked an issue Aug 21, 2023 that may be closed by this pull request
@github-actions
Copy link

Package Line Rate Branch Rate Health
. 59% 40%
actions 96% 75%
actions.commands 29% 23%
actions.scheduled 0% 0%
events 60% 46%
models.data 97% 100%
models.object 100% 100%
resources 100% 98%
Summary 55% (578 / 1057) 46% (161 / 353)

@wesker-albert wesker-albert merged commit 0967007 into master Aug 21, 2023
1 check passed
@wesker-albert wesker-albert deleted the basic-inventory-system-items branch August 21, 2023 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create basic inventory system and items.
1 participant