Skip to content

giose86/goose-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goose Game Kata

Java implementation of Goose Game Kata link

Prerequisites

Run with Docker

First build the docker image with command (from project dir)

docker build -f docker/Dockerfile -t goose-game-kata-image .

Run game with

docker run -it --name goose-game-kata-container goose-game-kata-image

Run with JDK and maven

compile with the following command (from project dir)

mvn clean package

Run game with

java -jar target/goose-game-1.0-SNAPSHOT.jar

About

Goose Game kata project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published