/goose-game-kata-java

Goose game kata implemented in java.

Primary LanguageJavaApache License 2.0Apache-2.0

goose-game-kata-java

Goose game kata implemented in java.

Implemented using a TDD approach I tried to be pure functional avoiding mutability.

In order to compile and run you must have at least a JDK 8+ and maven 3 version installed on your system.

To run the tests run in your preferred terminal the command mvn test.

You can also run the application using maven with the following instruction:

mvn exec:java

Remember that you must be in the root project folder in order to run maven and before mvn exec you must compile the code with mvn compile.

The entire development was made with the following tools version:

java version "openjdk version "14" 2020-03-17"

Apache Maven 3.6.3