Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory

The purpose of this component is to model a collection of items in an inventory. Inventories are fixed size and hold Item objects. Items have a name and a set of tags (modeled as String, Integer pairs), which always includes their count. Inventories may be restricted so that only Items with all of a list of tags are permitted.

About

Java package for an Inventory data structure along with docs, JUnit tests, and demo use cases. Designed for use in game inventory systems.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages