This application is written with Java 14 preview features, and can be built using the `mvn package` command. To run it, use the `java -jar --enable-preview target/conway-1.0-SNAPSHOT.jar`.
== Ant
To build with `ant`, https://github.com/junit-team/junit4/wiki/Download-and-Install[download and install] Junit 4 in the `lib` folder, and run the `ant package` command. Then run the application by using the `java --enable-preview -jar out/conway.jar`.
== Tests
The Java application can be tested by running `mvn test` at the root of the folder.