首页 > 编程语言 > 详细

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

时间:2015-02-24 13:39:59      阅读:306      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!