This repo is mainly maintained by siegmund42. Contact him for bugfixes/contributions.
A summary of information about the game is available here. If you want to learn more about the economic background of the game, take a look at the corresponding paper
##How to build
- Clone repository
- Install maven3
- Run
maven3 package
in the cloned repo - Executable .jar can be found in the target folder
##How to integrate the project into Eclipse
- Start Eclipse
- File -> Import
- Git -> Project from Git -> Clone URI
- URI: https://github.com/freeDom-/jKMS
- Host: github.com (should be filled in automatically)
- Repository path: freeDom-/jKMS (should be filled in automatically)
- Protocol: https
- Port: (leave it empty)
- Fill in your Username and Password for GitHub
- Select all branches
- Select a directory your project should be cloned to
- Import existing project
- Finish
##Used frameworks, technologies
- Springboot 1.1.8
- jQuery 2.1.1, jQuery UI 1.12.0
- flot library 0.8.3
- itextpdf 5.5.13.3
- opencsv 2.3
- maven3