Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
f22081f1
Commit
f22081f1
authored
Dec 04, 2020
by
Samuel
Browse files
petit graphique
parent
9746ad43
Changes
1
Hide whitespace changes
Inline
Side-by-side
not-alone-doc/src/doc/asciidoc/_sections/conception.adoc
View file @
f22081f1
...
...
@@ -146,3 +146,20 @@ partition Game::run() {
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
}
Write
Preview
Markdown
is supported
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