Skip to content

Refactoring of the famouse yatzy kata based on the 5 principals of SOLID.

Notifications You must be signed in to change notification settings

Alilat-imad/yatzy-kata-refacto-solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Until Choice

Yatzy Refactoring Kata

The game of Yatzy is a simple dice game. Each player rolls five six-sided dice. They can re-roll some or all of the dice up to three times (including the original roll).

Original Yatzy Code (Before Refactoring) : https://github.com/emilybache/Yatzy-Refactoring-Kata

Envirement de developpement

  • Spring boot 2.4.2
  • Java 11
  • Maven

Lancer l'application

Exécutez à partir du répertoire racine du projet.

$ mvn clean install 

Cela générera un fichier jar dans le répertoire target/yatzy-game-v.0.1.jar.

Pour exécuter l'application Spring Boot à l'aide de Maven, exécutez la commande suivante à partir du répertoire target/

$ mvn spring-boot:run

Ou exécuter directement le jar

$ java -jar yatzy-game-v.0.1.jar

Une fois l'application lancée, nous devrions pouvoir le résultat du fichier traité.

License

MIT

Merci !

About

Refactoring of the famouse yatzy kata based on the 5 principals of SOLID.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages