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,18 @@
Poly([
(16.5, 0),
(15.244012, 6.3142767),
(11.667262, 11.667262),
(6.3142767, 15.244012),
(0, 16.5),
(-6.3142767, 15.244012),
(-11.667262, 11.667262),
(-15.244012, 6.3142767),
(-16.5, 0),
(-15.244012, -6.3142767),
(-11.667262, -11.667262),
(-6.3142767, -15.244012),
(0, -16.5),
(6.3142767, -15.244012),
(11.667262, -11.667262),
(15.244012, -6.3142767),
])