I've been trying to figure out how to arrange my blocks, for a breakout type game. I was thinking of declaring variables of type int (columns and rows) and then use a for loop to draw the amount of blocks that I need. Would this work? Or can I use an array to better display these? Such as char red_block[10][10]. I know the best thing would be to create a tool that would aid me in displaying these blocks, but I'm not planning on doing that much work for something I will never use again. So any help would be nice! Thanks!![]()



LinkBack URL
About LinkBacks



