My friend wyvy had an idea to make a minesweeper clone in pico-8 and make each pixel a cell. however, pico-8 kept running out of memory, so i decided to store the data for the minesweeper board as a bitfield in the general use memory area. i probably could have just used a table of raw number values or something but whatever.
Comments