issues
search
nak0x
/
dbz-explorer
This is a Dragon Ball univers based game. I embed a custom and re-usable game enine
2
stars
0
forks
source link
GameEngine: Rework and refine
#5
Open
nak0x
opened
1 month ago
nak0x
commented
1 month ago
[ ] It should be easy to add nodes to the store
[ ] Write a general error logging
[ ] Enanche scene manager
[ ] Make a more generic way of creating objects and to make them available to work with them in the game ( Throw a better store managment)
custom object should extend a general purpose
object
class that allow easy store manipulation and easy acces.
Change the way store handle objects and separate node retriving in both by path and uuid.
Make an interface to easly build querys to the store
EthanCarollo
commented
3 weeks ago
https://en.wikipedia.org/wiki/Entity_component_system
object
class that allow easy store manipulation and easy acces.