nickmattinson / ZXYZ

Top-Down 2D Dungeon Crawler
1 stars 0 forks source link

enemy #6

Closed nickmattinson closed 3 months ago

nickmattinson commented 4 months ago

Enemies should have level, health, attack, defense, AI pathfinding, basic attack with cooldown, spawnpoints, and can roam a certain distance from spawn.

nickmattinson commented 4 months ago

git fetch origin git checkout 6-enemy

nickmattinson commented 3 months ago

I want the enemy to be able to attack the player every X seconds when the player is within sight and reach of the enemy.