From 4343c7cd36a19c03c4885dbf15aaa22fe51b4fe0 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 13 Oct 2024 15:24:28 +0200 Subject: move todo to readme --- docs/class-diag.puml | 7 ------- readme.md | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 readme.md 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 + -- cgit v1.2.3