Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize "behaviors" for all objects #248

Open
zackthehuman opened this issue Apr 16, 2017 · 0 comments
Open

Generalize "behaviors" for all objects #248

zackthehuman opened this issue Apr 16, 2017 · 0 comments

Comments

@zackthehuman
Copy link
Member

There are too many implementations of the same concept of object behavior in the code base. Enemies have "brains", Projectiles have "motions", Particles have an implicit "motion", Items have "effects", etc. These are all basically the same thing, with some minor differences, implemented in completely different ways.

There is no good reason for this fragmentation aside from the desire to experiment with different techniques.

As we move toward unifying the object system it will be a good idea to come up with an implementation of the core concept behind these different "behavior" implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant