minus-squareTimeSquirrel@kbin.melroy.orgtoProgrammer Humor@programming.dev•Tell me the truth ...linkfedilinkarrow-up8·2 months agostd::vector<std::vector<bool>> is how I stored the representation of a play field for a Tetris game I made once. linkfedilink
std::vector<std::vector<bool>> is how I stored the representation of a play field for a Tetris game I made once.