Skip to content

felicepagano/goose-game-kata-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages