Rystic / clay

A small game I'm making with LWJGL.
0 stars 0 forks source link

Golem Behavior should be executed in its own process, on its own thread. #44

Closed Rystic closed 10 years ago

Rystic commented 10 years ago

The Golem Behavior Process also executes golem actions once it is done assigning. This is a mistake; a different process should be in place to handle:

a) Golem behavior execution

b) Adding/Removing golems from the list of existing golems.

Rystic commented 10 years ago

Tried this idea, turned out very poorly. It is now being ignored.