标签:
CSCI-1200 Data Structures | Spring 2015
Homework 3 | Dynamic Tetris Arrays
In this assignment you will use dynamically-allocated arrays to keep track of blocks on the 2D grid of the
classic Tetris computer game. Follow these links to read about the history of the game and play an online
interactive version: http://en.wikipedia.org/wiki/Tetris http://tetris.com/play-tetris/
There are 7 dierent piece shapes in the game of Tetris { each named by the letter that most closely matches
its shape. Each piece is built from 4 small squares and can optionally be rotated clockwise by 90, 180, or
270, before being dropped onto the board. The dierent pieces are drawn below in their default orientations
C++数据结构Data Structures动态数组Dynamic Tetris Arrays程序代写(待解决)
标签:
原文地址:http://www.cnblogs.com/goodvsbad/p/4298578.html