Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
poo2019numeric
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steven.liatti
poo2019numeric
Commits
e94bdc9b
Commit
e94bdc9b
authored
5 years ago
by
Joel Cavat
Browse files
Options
Downloads
Patches
Plain Diff
Update Hangman mission
parent
2e28f993
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+32
-1
32 additions, 1 deletion
README.md
with
32 additions
and
1 deletion
README.md
+
32
−
1
View file @
e94bdc9b
...
...
@@ -314,6 +314,38 @@ if( h.hasWon() ) {
}
```
Réalisez ensuite le jeu complet dans une méthode `runGame()`. Exemple d'utilisation:
```
java
Entrez une lettre: m
Current word: m______
Entrez une lettre: t
Current word: m__t___
Entrez une lettre: r
Current word: m__t_r_
Entrez une lettre: u
Current word: m__t_r_
**********************
Erreur(s): 1
---------
|/
|
|
|
|
|
|
Entrez une lettre: y
Current word: my_t_r_
Entrez une lettre: s
Current word: myst_r_
Entrez une lettre: e
Current word: mystere
finished
Congrats
```
## Fonctionnalités à réaliser sur les structures
- `IntBinaryHeap` et `ArayIntBinaryHeap` doivent être itérables
...
...
@@ -321,4 +353,3 @@ if( h.hasWon() ) {
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment