A commandline pokemon clone I went a little overboard with.
Go to file
EpicKnarvik97 1d2de15c8c
Created a trainer class (#12)
Added a trainer class with a name, a list of pokemon and a list of items. Game.java has been changed to treat the player as a Trainer.
2017-11-25 22:28:17 +01:00
.gitignore Added gitignore for Java (#11) 2017-11-25 15:28:59 +01:00
Game.java Created a trainer class (#12) 2017-11-25 22:28:17 +01:00
Item.java Uploaded main files 2017-11-24 16:02:57 +01:00
LICENSE Create LICENSE 2017-11-25 15:39:17 +01:00
Pokemon.java Uploaded main files 2017-11-24 16:02:57 +01:00
Pokemon.txt Uploaded main files 2017-11-24 16:02:57 +01:00
README.md Update README.md 2017-11-25 10:55:02 +01:00
Trainer.java Created a trainer class (#12) 2017-11-25 22:28:17 +01:00

pokemon-cmd

A commandline pokemon clone written in java.