Complete game

This commit is contained in:
2026-05-27 14:04:08 +04:00
commit 9e08f3eb98
72 changed files with 6024 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Poly([
(-16, 11),
(-11, 16),
(11, 16),
(16, 11),
(16, -11),
(11, -16),
(-11, -16),
(-16, -11),
])