This project is a simulator game of a fight between two Pokemon.
This project is a Maven project, i.e. it uses the standard Maven project structure that your IDE should understand
when you git clone it. The Maven POM includes the JUnit4 dependency, the Execute Maven Plugin to run the Main method and
the Maven Javadoc Plugin. The project also implements an Observer Design Pattern.
The implementation are in the usual Maven src directories and the tests are in the usual Maven test directories :
src/main/java:is.hi.rbd3.hbv202g.finalproject: Here, you can find all the classes of the implementation part.
test/java:is.hi.rbd3.hbv202g.finalproject: Here, you can find all the classes for testing.
Maven:
mvn compilecompiles all implementation classes.mvn testruns all test cases (i.e. all classes with a name that either starts withTestor ends withTest,Tests, orTestCase).
Maven :
mvn exec:javaruns the main methode calledApp.mainand starts the game
File :
run.cmdruns the main methode calledApp.mainand starts the game
UML Class Diagram :
Here, you can find the UML class diagram : UML Classe Diagram
Here, you can find all information about the license in this file : License