俄罗斯方块C#源码
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
下载地址
用户评论
功能有创新,代码的注释很详细。
功能稍简单,还不错值得学习