pranavavva / PokeJava

A Pokemon Battle Simulator written in Java

Home Page:https://20avva.github.io/PokeJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Pokemon Battle Simulator written in Java

https://20avva.github.io/PokeJava

License:MIT License


Languages

Language:Java 100.0%