HilHi-Technology / REM

OGPC game 2015-2016
0 stars 0 forks source link

Basic Bunny AI #8

Closed lahlidahlia closed 8 years ago

lahlidahlia commented 8 years ago

Bunny is a passive creature that becomes an enemy as soon as you start to collect colors. This issues describes the behavior of the bunny, both passive and aggro mode.

lahlidahlia commented 8 years ago

Currently in passive mode the bunny simply walks back and forth in a random manner and with random timings, and is planned to simply be that way, until more polish is in order.

lahlidahlia commented 8 years ago

In aggro mode, which is activated as soon as the flower absorbs some color, the WIP version is that the bunny will jump toward the player in random interval in an attempt to damage the player. Damage simply means the flower that the player is holding will lose a certain amount of color which will disperse and be absorbed by the nearest aura node. Damage will be dealt on touch. Once flower has no more saturation, the bunny will return to passive mode. This is all WIP and probably will be changed.