Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 563 Bytes

File metadata and controls

2 lines (2 loc) · 563 Bytes

Pakudex

Constructed a creature management system, termed 'Pakudex', using Java. The application maintains a list of creatures (Pakuri) with abilities to add new creatures, evolve existing ones, sort them by species name, and retrieve their stats (attack, defense, speed). The Pakudex is also capable of handling capacity limits and can return data about the number of critters it currently stores as well as its maximum capacity. User-friendly error handling is implemented for edge cases, such as trying to evolve or retrieve stats of a non-existing creature.