#ifndef CONFIG_H
#define CONFIG_H

#define AGGRO_RANGE 4
#define GAME_MIN_Y 10
#define GAME_MIN_X 10
#define GAME_MAX_Y 30
#define GAME_MAX_X 30

#define MIN_ENEMIES 5
#define MAX_ENEMIES 15

#define MIN_LOOT 5
#define MAX_LOOT 15


#endif //COFNIG_H
