30 lines
838 B
Markdown
30 lines
838 B
Markdown
# Pet Companion
|
|
|
|
## Todo:
|
|
- [ ] Inventory system
|
|
- [ ] Skill tree system
|
|
- [ ] Explore system
|
|
- [ ] Battle system
|
|
- [ ] Quest system
|
|
- [ ] User login/register system
|
|
- [ ] User profile/settings system
|
|
- [ ] Front-End: 3D pet model
|
|
- [ ] Front-End: 3D pet animations
|
|
- [ ] Front-End: 3D pet interactions
|
|
- [ ] Front-End: 3D pet environment (depending on the class)
|
|
|
|
## Inventory system
|
|
- [ ] Inventory UI
|
|
- [x] Inventory database
|
|
- [x] Inventory item database (items, consumables, equipment)
|
|
- [x] Inventory item interactions (use, equip, unequip, drop)
|
|
- [/] Inventory item stacking
|
|
- [ ] Inventory item sorting (UI)
|
|
|
|
## Skill tree system
|
|
- [ ] Skill tree UI
|
|
- [x] Skill tree database
|
|
- [/] Skill tree interactions (learn, unlearn, upgrade)
|
|
- [/] Skill tree requirements (level, skill points, other skills)
|
|
- [x] Skill tree effects (TBD)
|