azurite-engine / Azurite

Azurite Game Engine is a 2D Java game engine built on top of LWJGL.
https://azurite-engine.github.io
MIT License
42 stars 20 forks source link

Feature/statemachine #43

Closed Juyas closed 3 years ago

Juyas commented 3 years ago

Add a statemachine for ai behaviour or any kind of use.

Juyas commented 3 years ago

This will receive its unit tests, after PR #41 is done and merged, since it contains require testing adjustments for all future tests.

athaun commented 3 years ago

Once the collision PR is merged, I think we can merge this as well. I would like for @PixelRifts to check over it and give his opinion as well.

Juyas commented 3 years ago

Once the collision PR is merged, I think we can merge this as well. I would like for @PixelRifts to check over it and give his opinion as well.

well, thats the case now :P

PixelRifts commented 3 years ago

I've already looked over the code and it looks solid