if done right. Imagine talking to your computer in order to write an email or document. You'd name your computer "Jester." I imagine the use case scenario for responding to an email:
Celice is an ECS with a modular game engine. One of the goals for awhile has been to figure out how to register and resolve interactions between two entities. This is critical for collision detecti...
In developing a Java Application, one of the issue you will come across is external configuration files, especially if you are making a server application, and the first idea to solve this is to bu...
You might remember this if you saw a previous post about how nice I thought Crafty was. No more Crafty, this is Celice powering this guy with the use of Canvas. Entities, Co...
My new adventure with Celice started after I committed to making CraftyJS better by fixing the problems I saw with it, which were bugs, technical cruft (lack of documentation/tests and encapsulatio...
Starting to see why an Entity table could be useful.
I've been discovering ways to manage data/resources in my database for Dark Gale and one way I found was to manage resource states, locks, and actions. Resource States are basically a link to a res...