Problem Instead of this.getValue(); I thought it would reduce duplication I had number objects such as this.value.get(); I have numbers […]
Tag: entity-component-system
Entity Component System (ECS)
Problem I’m currently working on my own game engine for learning purposes, so I’ve implemented the first iteration of an […]