A Pokemon Battle Simulator written in Java. Uses the Maven build system.
Please go here to download the jar. When you have downloaded the jar, open a terminal
or Command Prompt and type java -jar PokeJavaApp-4.1.jar
. You need to be in the same directory as the jar file for this to work.
sudo apt install snapd # Install snap support
snap find pokejava # Make sure pokejava is in the stable channel
snap install pokejava # install the app
pokejava # Run it! You may need to use `sudo`
This project is licensed under the MIT License. It is free to use by anyone.
Please run mvn clean
before pushing to git to prevent any unneeded file clashes.
Put the resulting .jar
file in the project root, otherwise, snapcraft won't be able to snap the project together.