cm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agoTell me the truth ...imagemessage-square170linkfedilinkarrow-up11.18Karrow-down117
arrow-up11.17Karrow-down1imageTell me the truth ...cm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square170linkfedilink
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up8·5 months agostd::vector<std::vector<bool>> is how I stored the representation of a play field for a Tetris game I made once.
std::vector<std::vector<bool>> is how I stored the representation of a play field for a Tetris game I made once.