- 博客(2)
- 收藏
- 关注
原创 俄罗斯方块源码(彩色版)
#include<stdio.h>#include <iostream>#include <Windows.h>#include <conio.h>#include <time.h>//用数组表示俄罗斯方块的所有情况int SQUARES[7][4] = { {1, 1, 1, 1}, {1, 2, 3, 4}, {1, 2, 3, 4}, {1, 2, 1, 2}, {1, 2, 1, 2}, {1, 2, 1, 2}, {1, 2
2022-02-14 22:17:49
4941
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人