# .font: font.text_2
2022-07-19 09:02 altermaven  
# .font: font.text_1
oh look, it's 0x7f or entry 127 of am22! which is literally half a byte (7 bits).

# .font: font.text_2
2022-07-19 17:04 Arno  
# .font: font.text_1
nice cave! but part of the cave (almost right side) seems inaccessible due to 3 diagonal ||| blocking the way... is this intended?

# .font: font.text_2
2022-07-19 21:02 altermaven  
# .font: font.text_1
Yes, this is why the \ requirement is much lower.

# .font: font.text_2
2022-07-19 21:04 altermaven  
# .font: font.text_1
20\ is inaccessable, there is a total of 191\ in the field, but 171\ can be gotten. this is why the minimum is 160\

# .font: font.text_2
2022-07-19 21:08 Arno  
# .font: font.text_1
ok, thanks. I like the design of this cave, nice maze. :-) so an all\\\ run would have been cool, but well... ;-D

# .font: font.text_2
2022-07-19 21:11 nesdori  
# .font: font.text_1
my theory was that the full cave represents a full byte and you can explore 7/8 bits of the cave but not the last bit ;)

# .font: font.text_2
2022-07-20 09:55 altermaven  
# .font: font.text_1
fun fact: you are probably wondering why 7-bit is half-byte and not what some would think is 4-bit. No! 7 bits has 128 whereas 4-bit is 16!  
  
four bits is referred to as a "nibble" and it takes sixteen "nibbles" to make a "byte" (16x16 or 256)!

# .font: font.text_2
2022-07-20 14:19 dustin  
# .font: font.text_1
yeah, in the worls of bits and bytes, n-1 is the half of n :d

# .font: font.text_2
2022-07-20 14:19 dustin  
# .font: font.text_1
*world