码迷,mamicode.com
首页 > 编程语言 > 详细

C++数据结构Data Structures动态数组Dynamic Tetris Arrays程序代写(待解决)

时间:2015-02-24 13:43:05      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

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 di erent 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 di erent pieces are drawn below in their default orientations

C++数据结构Data Structures动态数组Dynamic Tetris Arrays程序代写(待解决)

标签:

原文地址:http://www.cnblogs.com/goodvsbad/p/4298578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!