issues
search
DevChatter
/
DevChatterBot
MIT License
55
stars
28
forks
source link
Completely restructured code, entities are split up into components, added JSDoc definitions, general cleanup
#278
Closed
Lizzaran
closed
6 years ago
Lizzaran
commented
6 years ago
Changes:
Restructured code, mostly for entities
Entities are split into components
Communication between entities/components are done via singleton mediator class
Added JSDoc annotations to have at least some sort of type hinting
General code cleanup
Added some small features like zIndex, "durability"/uses for items, functionality that entities can walk on other entities
Changes: