diff options
-rw-r--r-- | docs/class-diag.puml | 7 | ||||
-rw-r--r-- | readme.md | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/class-diag.puml b/docs/class-diag.puml index 0da5b0f..34c9506 100644 --- a/docs/class-diag.puml +++ b/docs/class-diag.puml @@ -1,12 +1,5 @@ @startuml -' TODO: -' - state snapshots (memento) -' - send commands from GUI -' - TileAppearance should have some kind of tile type -> color registry -' - everything added by the algorithms -' - artist collision behavior (both edges and artist-artist) - !include style.ipuml ' !include hide-groups.ipuml diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6254800 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# TODO + +- state snapshots (memento) +- send commands from GUI +- artist-artist collision behavior +- artist steps on tile behavior + |