ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Implement Actor pattern for communication between entities? #53

Open ndouglas opened 2 years ago

ndouglas commented 2 years ago

Story

It'd be cool to enable a sort of pack or herd behavior model. Flocking! That kind of thing. Or hunting behaviors like a wolf pack might show.

I should see how feasible it might be to implement this and come up with a cool demo or two.

Acceptance Criteria

Implementation Notes

I might use the Actix library.