Skip to content

Commit aeb00c7

Browse files
committed
56
Signed-off-by: Jess Frazelle <[email protected]>
1 parent b7240e5 commit aeb00c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A set of prompts for testing LLMs spatial reasoning. The LLMs are wordcels and w
7373
| 53 | Mirror-vs-rotation (ASCII) | Block letter “G”: rotate 90° CW, then mirror across vertical axis. Draw final glyph. | Rotation-plus-mirror decoy; many swap the order. | [prompt 53](results/prompt_53.md) | 🦖♊️🐋 |
7474
| 54 | Out-of-plane flip (ASCII) | Cardboard “E” flipped 180° about horizontal axis. ASCII-draw result. | Requires 3-D mental flip, not 2-D mirror. | [prompt 54](results/prompt_54.md) | 🦖♊️🤖 |
7575
| 55 | Shear + rotation outline | Shear x' = x + 0.5y on 5×3 box, then rotate 90° CCW; ASCII outline. | Compound linear transform (shear then rotate). | [prompt 55](results/prompt_55.md) | not evaluated yet |
76-
| 56 | Diagonal mirror with punch | 6×6 ASCII square with hole (1,4); reflect across y = x; draw. | Forces mapping of interior point through diagonal mirror. | [prompt 56](results/prompt_56.md) | not yet evaluated, some 0 indexed and some didnt sigh |
76+
| 56 | Diagonal mirror with punch | 6×6 ASCII square with hole (1,4); reflect across y = x; draw. | Forces mapping of interior point through diagonal mirror. | [prompt 56](results/prompt_56.md) | 🎶♊️🐋🤖, some 0 indexed and some didn't sigh |
7777
| 57 | 3-D L-tetromino layers | Extrude L-tetromino 3 layers, rotate 90° about y; show z = 0,1,2 ASCII layers. | Mixes extrusion with axis rotation, then layer-by-layer depiction. | [prompt 57](results/prompt_57.md) |
7878
| 58 | Perspective trapezoid sketch | Tilt 4×2 rectangle 30° toward viewer (x-axis); draw 2-line ASCII trapezoid. | Simplified 3-D → 2-D projection; requires foreshortening. | [prompt 58](results/prompt_58.md) |
7979
| 59 | T-shape rotate + translate | Rotate T-shape 180° in-plane, move +4 in x; render on ≥8-wide grid. | Combines rotation with translation & grid re-layout. | [prompt 59](results/prompt_59.md) |

0 commit comments

Comments
 (0)