An open API service indexing awesome lists of open source software.

https://github.com/arkdevuk/dnd-test

dnd-test
https://github.com/arkdevuk/dnd-test

Last synced: 12 months ago
JSON representation

dnd-test

Awesome Lists containing this project

README

          

## TODOs
- create an interface for XP, ExperienceInterface :
- experienceTotal : int
- experienceLevel : int
- addXP(int) : void
- getXP() : int
- getLevel() : int

- create trait ExperienceAware