Zoo Simulator is a zoo simulation program, developed in Java. This project was created as part of the Object-Oriented Programming course during the 2022/2023 academic year, in the second year of the Bachelor's Degree in Computer Engineering.
To run the project, follow these steps:
- Ensure you have Java and Maven installed on your system.
- Open a terminal in the project root directory.
- Compile the project using:
mvn clean package
- Run the project with:
java -jar target/Zoo-1.0.0.jar
- Leonardo Fernandes (me)
- João Miguel
- Laura Teixeira