Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projetcppqt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Durand Ulysse
projetcppqt
Commits
3a4a4c26
Commit
3a4a4c26
authored
4 months ago
by
Ulysse Durand
Browse files
Options
Downloads
Patches
Plain Diff
lettres changées
parent
6a1f41b5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
classes.puml
+1
-0
1 addition, 0 deletions
classes.puml
design.txt
+13
-0
13 additions, 0 deletions
design.txt
with
14 additions
and
0 deletions
classes.puml
+
1
−
0
View file @
3a4a4c26
...
@@ -7,6 +7,7 @@ class Brain {
...
@@ -7,6 +7,7 @@ class Brain {
- int tailleMot
- int tailleMot
- vector<Ligne> lignes
- vector<Ligne> lignes
- void initGame()
- void initGame()
- Map<char, int> lettres
+ void trouveMot()
+ void trouveMot()
+ void setFichierDico(string fichierDico)
+ void setFichierDico(string fichierDico)
+ void setNbEssaie(int nbEssais)
+ void setNbEssaie(int nbEssais)
...
...
This diff is collapsed.
Click to expand it.
design.txt
0 → 100644
+
13
−
0
View file @
3a4a4c26
Fenetre principale:
- Choix du dictionnaire (menu deroulant)
- Choix de la longueur du mot (avec option aléatoire)
- Choix du nombre d'essais
- Bouton lancer la partie -> Lance une seconde fenêtre
- (Optionnel) Leaderboard
- (Optionnel) Plusieurs modes de jeu
Fenetre secondaire:
Fond bleu
Une grille avec les lignes qui contiennent les cases
- Si la lettre est bonne, carré rouge autour
- Si elle est à la mauvaise place, rond jaune
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