Welcome!

Knowledge is valuable, but knowing where and how to find it is invaluable!

A little about me

This website might not be updated as often as it used to. Please visit my LinkedIn page below if you wish to learn more about me.

Email:
Skype:hex.hessan

Latest: Day 25: Sprite as an Entity

By now we have the foundation we need to implement our entity-based framework. Today we are going to go through an example of how we can adapt our previous logic to this system. We begin with sprites not only because they constitute one of the key components of Artenus, but also because they are entities that have most of the behaviors we discussed on day 24. What we do today is then basically defining Sprite as a combination of these behaviors rather than a simple object.

Continue reading