|
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
| 11 | + |
| 12 | +[6eff0df4-3e92-478d-9b54-d3e8b354db56] |
| 13 | +description = "an empty board has no winner" |
| 14 | + |
| 15 | +[298b94c0-b46d-45d8-b34b-0fa2ea71f0a4] |
| 16 | +description = "X can win on a 1x1 board" |
| 17 | + |
| 18 | +[763bbae0-cb8f-4f28-bc21-5be16a5722dc] |
| 19 | +description = "O can win on a 1x1 board" |
| 20 | + |
| 21 | +[819fde60-9ae2-485e-a024-cbb8ea68751b] |
| 22 | +description = "only edges does not make a winner" |
| 23 | + |
| 24 | +[2c56a0d5-9528-41e5-b92b-499dfe08506c] |
| 25 | +description = "illegal diagonal does not make a winner" |
| 26 | + |
| 27 | +[41cce3ef-43ca-4963-970a-c05d39aa1cc1] |
| 28 | +description = "nobody wins crossing adjacent angles" |
| 29 | + |
| 30 | +[cd61c143-92f6-4a8d-84d9-cb2b359e226b] |
| 31 | +description = "X wins crossing from left to right" |
| 32 | + |
| 33 | +[495e33ed-30a9-4012-b46e-d7c4d5fe13c3] |
| 34 | +description = "X wins with left-hand dead end fork" |
| 35 | + |
| 36 | +[ab167ab0-4a98-4d0f-a1c0-e1cddddc3d58] |
| 37 | +description = "X wins with right-hand dead end fork" |
| 38 | + |
| 39 | +[73d1eda6-16ab-4460-9904-b5f5dd401d0b] |
| 40 | +description = "O wins crossing from top to bottom" |
| 41 | + |
| 42 | +[c3a2a550-944a-4637-8b3f-1e1bf1340a3d] |
| 43 | +description = "X wins using a convoluted path" |
| 44 | + |
| 45 | +[17e76fa8-f731-4db7-92ad-ed2a285d31f3] |
| 46 | +description = "X wins using a spiral path" |
0 commit comments