summaryrefslogtreecommitdiff
path: root/design.md
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2023-05-13 16:13:32 +0200
committerjacopograndi <jacopo.grandi@outlook.it>2023-05-13 16:13:32 +0200
commitf2019713decb9dd1b486e4576eccb1bbac2c1d61 (patch)
tree47e5e5326130adbe290f07d7f4d1281089d37a86 /design.md
shape generation
Diffstat (limited to 'design.md')
-rw-r--r--design.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/design.md b/design.md
new file mode 100644
index 0000000..21b7136
--- /dev/null
+++ b/design.md
@@ -0,0 +1,12 @@
+terrorhedron
++ conway polyhedral notation
++ editable voxel map
++ deterministic multiplayer
+
+enemies are shapes:
+[ ] generate a table with all shapes generated from T (tetrahedron)
+with at most 5 operators
+between s (snub), k (kis), a (ambo), d (dual)
+in canonical form.
+provide the vertex number, time needed
+to see if it's viable to generate them on the fly.