Lab03
3th lab at 30.09.2024
Base project
Use project at https://gitlab.vsb.cz/jez04-vyuka/java-efrei/efrei-lab03.git as a base to complete the following tasks.
- Use some collection to work with monsters and heros instead of array.
- Generate several (random) number (big) of monsters and herose using methods in class Utils
- compute average numbers of lives of monsters and heroes together.
- Run some numbers of fights and remove all dead monsters and heroes.
- Print count of monsters and heros with same name.