下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
c# 做的俄罗斯方块using System;using System.Collections.Generic;using System.Text;using System.Drawing;namespace ChinaBlock{class Block{public Square square1; //组成block的四个小方块public Square square2;public Square square3;public Square square4;private const int squareSize = GameField.SquareSize; //小方块的边长public enum BlockTypes{undefined = 0,square = 1,line = 2,J = 3,L = 4,T = 5,Z = 6,S = 7};//一共有7种形状public BlockTypes blockType; //方块的形状//七个小方块的颜色数组private Color foreColor;private Color backColor;//方块的方向public
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。