PokemonGame My attempt at recreating a classic Pokemon game from scratch. #To compile: javac -sourcepath src -d bin src/**/*.java #To run: (must be done when cwd is PokemonGame due to relative path issue) java -cp bin main.ClassName