Skip to content

Creskendoll/pokemon-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-tree

BAU 2018-2019 Spring Project. A program that builds images into a binary tree depending on their average colors.

Screenshot

Using the program

In order to run the program you must first build it using Maven. Don't forget to set your JAVA_HOME environment variable.

Building the program

To build (package) the project run:

mvn install -f "<YOUR PATH TO pom.xml FILE>"

Or use your IDEs debugger tool. Installing the project will download the 3rd party libraries used within the project.

The project resorce files (files within the resources folder) will automatically be included in the .jar file. Meaning that it can be distributed as a standalone executable.

Running it

Building the project will result with a pokemon-tree.jar file inside the target folder. Run the .jar file with:

java -jar ./target/pokemon-tree.jar

About

BAU 2018-2019 Spring Project. A program that builds images into a binary tree depending on their average colors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages