怎么用C语言编程俄罗斯方块,怎样用C语言写俄罗斯方块,求指教,谢谢!

#include int gcW = 20, gcColor[] = {DARKGRAY, LIGHTBLUE, LIGHTGREEN, LIGHTCYAN,

LIGHTRED, LIGHTMAGENTA,MAGENTA, YELLOW};

struct tetris {

int _pool[16][32], (*pool)[32], tmap[8][4][16];

int x, y, s, st, t;

}gt;

void trsInit() {

int sp[8][4] = {{15,4369},{23,785,116,547},{71,275,113,802},

{39,305,114,562},{54,561},{99,306},{51,51},{-1}};

int *p, i, j, b;

for (p = sp[0]; *p >= 0; ++p) if ( *p == 0 ) *p = p[-2];

gt.pool = &gt._pool[4];

for (j = 0; j >= 1;

memset(gt._pool, -1, sizeof(gt._pool));

for (i = 0; i > 5), cy = y + (m[i] & 31);

if (gt.pool[cx][cy]) if (c == 2) gt.pool[cx][cy] = 0; else return 0;

if (c==1) gt.pool[cx][cy] = sp[i];

}

return 1;

}

int trsScene() {

int x, y = 0;

gt.s = random(7) + 1, gt.st = gt.t = 0;

gt.x = 4, gt.y = 0;

for (--gt.t ; ; delay(10), --gt.t) {

int k = 0;

while (kbhit()) {

k = getch();

if (k == 27) return 0;

if (k == 'A' || k == 'a') {

if (trsCopy(gt.tmap[gt.s][gt.st], gt.x-1, gt.y, 0)) --gt.x;

} else if (k == 'D' || k == 'd') {

if (trsCopy(gt.tmap[gt.s][gt.st], gt.x+1, gt.y, 0)) ++gt.x;

} else if (k == 'W' || k == 'w') {

if (trsCopy(gt.tmap[gt.s][(gt.st+1) % 4], gt.x, gt.y, 0))

gt.st = (gt.st+1) % 4;

}

}

if (k == 'S' || k == 's' || gt.t  0; --y) {

for (x = 0; gt.pool[x][y] > 0; ++x);

if (gt.pool[x][y]  0; --k)

for (x = 0; gt.pool[x][0] >= 0; ++x)

gt.pool[x][k] = gt.pool[x][k-1];

}

return 1;

}

}

trsCopy(gt.tmap[gt.s][gt.st], gt.x, gt.y, 1);

for (x = 0; gt.pool[x][0] >= 0; ++x) {

for (y = 1; gt.pool[x][y] >= 0; ++y) {

setfillstyle(1, gcColor[gt.pool[x][y]]);

bar(201 + x*gcW, 1 + y*gcW, 200 + gcW + x*gcW, gcW + y*gcW);

}

}

trsCopy(gt.tmap[gt.s][gt.st], gt.x, gt.y, 2);

}

}

int main() {

int g = DETECT, m = 0;

initgraph(&g, &m, "");

randomize();

trsInit();

while (trsScene());

return 0;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值