Added moves to pokemon java edition, and this stores them as an array of moves inside of the pokemon object!
Next, I need to implement battles!
Added moves to pokemon java edition, and this stores them as an array of moves inside of the pokemon object!
Next, I need to implement battles!
Pokemon: Java edition officially has Pokemon! I wrote the class for pokemon with getters and setters! I also made a custom exception for all negative entries made in the program that are not allowed to be negative!