Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.
/ PokeJava Public archive

A Pokemon Battle Simulator written in Java

License

Notifications You must be signed in to change notification settings

pranavavva/PokeJava

Repository files navigation

Build Status CircleCI License: MIT Coverage Status Snap Status

PokeJava

A Pokemon Battle Simulator written in Java. Uses the Maven build system.

Instructions

Jarfile

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.

Snap

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`

Licensing

This project is licensed under the MIT License. It is free to use by anyone.

A Note To Contributors

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.