Skip to content
Snippets Groups Projects
Commit 96957d87 authored by RAZAFINDRAMBOLA Nilaina Michael's avatar RAZAFINDRAMBOLA Nilaina Michael :shinto_shrine:
Browse files

màj - UML

parent 5c447072
No related merge requests found
UML.png

78.7 KiB | W: | H:

UML.png

155 KiB | W: | H:

UML.png
UML.png
UML.png
UML.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -17,14 +17,6 @@ class Grille {
+ajouteMonstre(): void
+ajoutePiege(): void
' Pour les cases de la carte
+estVide(int,int): boolean
+estEntree(int,int): boolean
+estSortie(int,int): boolean
+estMur(int,int): boolean
+estMonstre(int,int): boolean
+estPiege(int,int): boolean
+estJoueur(int,int): boolean
}
class Niveau {
......@@ -107,4 +99,4 @@ Arme -right-> Joueur: N - 1
Niveau -left-> Item : N - 1
Fenetre -left-> Grille : 1 - 1
Case -left-> Fenetre : 1 - N
@enduml
\ No newline at end of file
@enduml
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment