TheCOSCGameProject  1.0
enemies.cpp File Reference

Implementation of the EnemySpawner class. More...

#include "../lib/enemies.h"
#include <iostream>
#include <vector>
#include <cstdlib>
#include <ctime>
Include dependency graph for enemies.cpp:

Detailed Description

Implementation of the EnemySpawner class.

This file contains the implementation of the EnemySpawner class, which is responsible for creating and managing enemies in the game. The class includes methods for spawning enemies with randomized attributes, retrieving and modifying those attributes, and applying damage to enemies.