Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joseph NISON--GUYON
Not Alone
Commits
773d67ca
Commit
773d67ca
authored
Dec 04, 2020
by
Gries Robin
Browse files
merge master+alex+Joseph+Samuel
parents
53a2339c
f22081f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
not-alone-doc/src/doc/asciidoc/_sections/conception.adoc
View file @
773d67ca
...
...
@@ -285,3 +285,20 @@ partition lacherPrise() {
stop
}
.reprendre une carte défaussée
[plantuml]
----
partition Traque::recupLieuxDefausse(Carte){
start
if(joueur.defausse.contain.(Carte))
:true;
:joueur.addCard(Carte);
:joueur.defausse.removeCard(Carte);
else
:false;
:erreur;
stop
endif
stop
}
=
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment