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
3bd073b1
Commit
3bd073b1
authored
Dec 04, 2020
by
Joseph NISON--GUYON
Browse files
Ajout de flots de controles
Correction d'une faute d'orthographe
parent
9746ad43
Changes
1
Hide whitespace changes
Inline
Side-by-side
not-alone-doc/src/doc/asciidoc/_sections/conception.adoc
View file @
3bd073b1
...
...
@@ -70,7 +70,7 @@ Client *-- "[0-3] main" CarteTraque
....
==
Game
Server
.
GameSever
.
GameSe
r
ver
[
plantuml
]
....
interface
GameServer
{
...
...
@@ -146,3 +146,49 @@ partition Game::run() {
stop
}
----
==
Flots
de
controle
.
setCard
[
plantuml
]
----
partition
Creature
::
setCard
(
String
)
{
start
if
(
String
in
Hand
?)
:
true
;
stop
else
:
false
;
:
Exception
;
stop
endif
}
----
.
resister
[
plantuml
]
----
partition
resister
()
{
start
:
loseWillPoint
();
if
(
WillPoint
<=
0
?)
:
true
;
:
lacherPrise
();
else
:
false
;
endif
stop
}
----
.
lacherPrise
[
plantuml
]
----
partition
lacherPrise
()
{
start
:
initializeWillPoint
();
:
Serveur
::
lacherPrise
();
:
getLieuxDefausse
();
stop
}
----
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