aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-13 15:24:28 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-13 15:24:28 +0200
commit4343c7cd36a19c03c4885dbf15aaa22fe51b4fe0 (patch)
tree4dbd0c4a94b3ee0e8fd19e12e825ed3f0d8a995c
parent108a6216a987edaa68c8739468069f4e1fc6f60c (diff)
move todo to readme
-rw-r--r--docs/class-diag.puml7
-rw-r--r--readme.md7
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
+