Skip to content
Snippets Groups Projects
Commit d1cd9114 authored by joel.cavat's avatar joel.cavat
Browse files

Update README.md

parent 35746501
Branches
No related tags found
No related merge requests found
......@@ -278,9 +278,9 @@ qui sera une alternative de `Vector.linespace(0.0, 5.0, 20)`.
Modifiez le jeux pour une utilisation suivante :
```java
Hangman h = HangmanGame.withSecretWord("mystere");
Hangman h = Hangman.withSecretWord("mystere");
/*
* variante: Hangman h = HangmanGame.randomWord();
* variante: Hangman h = Hangman.randomWord();
* (choisit aléatoirement un mot dans une liste)
* doit être implémenté !
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment