Skip to content

Commit df54a64

Browse files
danieldownesclaude
andcommitted
Fix SVG entity references, anatomy spacing, and README links
- Replace HTML entities (&rarr; &ne;) with XML numeric references (&#x2192; &#x2260;) so SVGs render correctly in browsers - Increase Block Anatomy diagram height and push content down to prevent title overlapping the block graphic - Change HTML links to GitHub Pages URLs so they render as pages instead of showing source code - Add quick-access links at the top of the README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4a74431 commit df54a64

5 files changed

Lines changed: 26 additions & 25 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Block Problem
22

3+
**[Play the Game](https://danieldownes.github.io/BlockProblemGame/doc/game.html)** | [Block Reference](https://danieldownes.github.io/BlockProblemGame/doc/blocks.html) | [Solutions](https://danieldownes.github.io/BlockProblemGame/doc/solutions.html)
4+
35
<img src="./doc/photo.jpg">
46

57
In the mid 90s, I was gifted a wooden puzzle game that contains a grid array of 4x4 blocks. I've never since seen this puzzle game anywhere else.
@@ -122,6 +124,6 @@ No two blocks containing a diamond should touch, i.e., blocks with diamonds shou
122124

123125
## Play and View
124126

125-
- [Interactive Game](./doc/game.html) — drag and drop blocks onto the board, rotate pieces, and use hints
126-
- [Block Reference](./doc/blocks.html) — visual reference of all 16 blocks
127-
- [Solutions](./doc/solutions.html) — solved grids for Level 1 and Level 2
127+
- [Interactive Game](https://danieldownes.github.io/BlockProblemGame/doc/game.html) — drag and drop blocks onto the board, rotate pieces, and use hints
128+
- [Block Reference](https://danieldownes.github.io/BlockProblemGame/doc/blocks.html) — visual reference of all 16 blocks
129+
- [Solutions](https://danieldownes.github.io/BlockProblemGame/doc/solutions.html) — solved grids for Level 1 and Level 2

doc/diagram-backtracking.svg

Lines changed: 2 additions & 2 deletions
Loading

doc/diagram-block-anatomy.svg

Lines changed: 14 additions & 15 deletions
Loading

doc/diagram-compatibility.svg

Lines changed: 2 additions & 2 deletions
Loading

doc/diagram-graph-basics.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)