Lab03

Base project

Use project at https://gitlab.vsb.cz/jez04-vyuka/java-efrei/efrei-lab03.git as a base to complete the following tasks.

  1. Use some collection to work with monsters and heros instead of array.
  2. Generate several (random) number (big) of monsters and herose using methods in class Utils
  3. compute average numbers of lives of monsters and heroes together.
  4. Run some numbers of fights and remove all dead monsters and heroes.
  5. Print count of monsters and heros with same name.