dpc / rustyhex

Simple roguelike written in Rust language.
MIT License
93 stars 13 forks source link

Implement/invent alternative AI behaviour. #7

Open dpc opened 10 years ago

dpc commented 10 years ago

Right now there is only one simple AI, that is used for all types of creatures: the one that will chase player as long as it sees them a and attack when close enough.

Implementing alternative AIs, or at least figuring out interesting behavior patterns is necessary. This is somewhat dependent on #5, because the behavior should match the game theme.