最强大脑有个小孩玩俄罗斯方块游戏神乎其技,那么,就写一个吧,玩玩而已. 由于逻辑简单,又作了一些简化,所以代码并不多. using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.W
using System; using System.Windows.Forms; using System.Drawing; using System.Media; class me : Form { int w, h, dw, dh, xsize, ysize; Graphics g; Timer t = new Timer(); Bitmap[] bitmaps = new Bitmap[8]; me() { createBitmaps(); Text = "俄罗斯方块-press f1