• Minesweeper Mods

    From Tar to All on Sat Dec 23 01:28:23 2023
    I've sort of figured out how the console printing works for minesweeper. The ridiculus number of standards and formats that synchronet supports are listed here: https://synchro.net/docs/customization.html.

    For some reason, when refering ot the format, the character with ascii code `01` is always refered to as "Control-A", this is strange given that the ascii character is for "Start of Header", so like... why would they never mention the main purpose of the character, or even its ascii code?! It took me AN HOUR of constant searching just to find anything that explains the format. Another issue is that I have yet to figure out why the characters printed in the console are completely different that the ones that are in the code. The character with ascii code `EB` is a wierd letter e, but prints as an asterisk for some reason. I will continue to work on figuring this out.

    - Tar