Challenge accepted! For a faithful fully-playable console Tetris (C++), key functions needed: – initBoard() + shapes array
– spawnPiece() + random tetromino
– rotatePiece()
– moveLeft/Right/Down()
– checkCollision()
– lockPiece()
– clearFullLines() + drop above
– drawBoard()
–
Building a Fully-Playable Console Tetris in C++
By
–
Leave a Reply