joshheinrichs / cmpt306-project

A procedural generated dungeon crawler built in Unity.
0 stars 1 forks source link

Procedurally Generated Enemies #17

Open joshheinrichs opened 8 years ago

joshheinrichs commented 8 years ago

We should try to create some sort of generalized enemy interface that the procedural generation script can access to modify properties. Not sure exactly what this would be, at the very least there should some sort of Randomize() function or something to start with, and we could expand this into modifying the enemies projectiles, damage, etc.

joshheinrichs commented 8 years ago

This will end up being decided by the room, rather than the level generator for simplicity's sake