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([
(-32, 27),
(-27, 32),
(27, 32),
(32, 27),
(32, -27),
(27, -32),
(-27, -32),
(-32, -27),
])