refactor: move Documentation and UML folders (#11)

This commit is contained in:
2024-12-02 10:24:34 +01:00
committed by GitHub
parent 1c9a51cf2d
commit 286fe32084
16 changed files with 57 additions and 42 deletions

View File

@ -0,0 +1,10 @@
@startuml sub-bumper
start
if (Le joueur touche un bumper ?) then (Oui)
:Effectuer un grand saut;
else (Non)
endif
stop
@enduml