Skip to content

Commit

Permalink
Add UML.md
Browse files Browse the repository at this point in the history
Signed-off-by: seqre <[email protected]>
  • Loading branch information
seqre committed Jun 10, 2020
1 parent c234d80 commit 0dee3ef
Show file tree
Hide file tree
Showing 11 changed files with 9,034 additions and 233 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ TODO
```

### Dokumentacja

[UML](./assets/UML.md)


```investigate``` - udostępnia opis aktualnego otoczenia
```talk <nazwa_postaci>``` - umożliwia rozmowę z poszczególnymi postaciami
```go <nazwa_lokaji>``` - pozwala na przejście do innej lokacji.
Expand Down
File renamed without changes
478 changes: 245 additions & 233 deletions CuteAnimals.uml → assets/CuteAnimals.uml

Large diffs are not rendered by default.

2,506 changes: 2,506 additions & 0 deletions assets/CuteAnimalsActions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
789 changes: 789 additions & 0 deletions assets/CuteAnimalsCharacters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,169 changes: 1,169 additions & 0 deletions assets/CuteAnimalsEntities.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,228 changes: 1,228 additions & 0 deletions assets/CuteAnimalsGameLogic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
678 changes: 678 additions & 0 deletions assets/CuteAnimalsInterpreter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,024 changes: 2,024 additions & 0 deletions assets/CuteAnimalsMisc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
366 changes: 366 additions & 0 deletions assets/CuteAnimalsRepositories.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions assets/UML.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Schematy UML (ver 0.2.0)

## Ogólny
![Ogólny schemat UML](CuteAnimals.svg)

## Akcje
![Schemat UML akcji](CuteAnimalsActions.svg)

## Postacie
![Schemat UML postaci](CuteAnimalsCharacters.svg)

## Encja
![Schemat UML encji](CuteAnimalsEntities.svg)

## Logika gry
![Schemat UML logiki gry](CuteAnimalsGameLogic.svg)

## Interpeter
![Schemat UML Interpretera](CuteAnimalsInterpreter.svg)

## Repozytoria
![Schemat UML repozytoriów](CuteAnimalsRepositories.svg)

## Reszta
![Schemat UML reszty](CuteAnimalsMisc.svg)

0 comments on commit 0dee3ef

Please sign in to comment.