Body message: Difference between revisions
→Pegboard: add peg counts
(add reference to reactor lights code for answer) |
(→Pegboard: add peg counts) |
||
Line 269: | Line 269: | ||
=====Pegs===== | =====Pegs===== | ||
These are the pegboard pegs, transcribed.< | These are the pegboard pegs, transcribed. | ||
<code>E</code> means empty, <code>P</code> means peg and <code>M</code> means peg with marker. | |||
MPMEEMPMPMEEEMPMPMPEEEMP | MPMEEMPMPMEEEMPMPMPEEEMP | ||
Line 276: | Line 277: | ||
(empty for 2 lines) | (empty for 2 lines) | ||
(break) | (break) | ||
( | (E for 4 lines) | ||
(break) | (break) | ||
MPMPMPEEEEMPMPEEEEMPMPMP | MPMPMPEEEEMPMPEEEEMPMPMP | ||
Line 286: | Line 287: | ||
(empty for 2 lines) | (empty for 2 lines) | ||
(end) | (end) | ||
=====Peg Counts===== | |||
4 blocks, with 4 rows each. Not counting the last two rows: | |||
*<code>E+P+M</code> - 24 slots per row and block, 96 slots in total per row | |||
*<code>M</code> - 21 in the first row, 19 in the second row, 40 total | |||
*<code>P</code> - 19 in the first row, 21 in the second row, 40 total | |||
*<code>E</code> - 56 per row | |||
=====Notes===== | =====Notes===== |