Author: Oscar Veliz with help from others credited in indiviual files NFG is Normal Form Game tournament software developed using Java 8 but will most likely also work for Java 7 (and likely 9)
To build and execute this code you can do two things:
- Use ant by simply typing the command
antin the command line (ant needs to be installed http://ant.apache.org/) If the output is too long ant will only show the first part of it. To manually run the compiled jar typejava -jar build/jar/NFG.jar - Import the code to your favorite IDE and execute it that way
To build the javadoc use the command ant doc