Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 700 Bytes

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