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([
(18.5, 0),
(17.09177, 7.0796432),
(13.081475, 13.081475),
(7.0796432, 17.09177),
(0, 18.5),
(-7.0796432, 17.09177),
(-13.081475, 13.081475),
(-17.09177, 7.0796432),
(-18.5, 0),
(-17.09177, -7.0796432),
(-13.081475, -13.081475),
(-7.0796432, -17.09177),
(0, -18.5),
(7.0796432, -17.09177),
(13.081475, -13.081475),
(17.09177, -7.0796432),
])