搜索资源列表
shape
- 用C++封装的思想编写的俄罗斯方块; 是本人的第一个win程序,只是用到简单的画笔-Using C++ package prepared by the Russian box thinking is my first win process, only use a simple brush
Console_WinMine
- 控制台扫雷。 内含2部分,1.源代码和运行程序:基于控制台的C++编程,2.实验报告(设计文档):对设计思路,实现过程有详细的介绍,文件夹内有运行截图,可以从大体上掌握。在控制台上实现扫雷,虽然界面稍微差强人意,但想法还是挺好的。-Contains two parts, 1. The source code and run the program: console-based C++ programming, 2. Experimental report (design documents)
Russia
- 用Visual C++编写的图形界面的俄罗斯方块程序。可以选择方块的形状 以及游戏区域的大小。-Using Visual C++ graphical interface written in the Russian box program. Can choose the shape of the box and game area size.
RussianBlocks
- 使用C#语言编写一个俄罗斯方块游戏系统,要求程序运行后有一个图形用户界面,并具备下面几个功能: (1) 实现各种方块的生产,包括形状和颜色等信息; (2) 实现各个方块的上下左右移动和旋转的功能; (3) 实现消行的功能; (4) 实现开始,暂停,结束等功能 -eat snakeThe use of C# language to write a Tetris game system, the requirements to run after having a graphic
eluosifangkuai
- 俄罗斯方块 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 #include <iostream> #include <stdlib.h> #include <windows.h> #include <time.h> #include <conio.h> using namespace std #define A1 0//A代表长条型,B为方块,C为L型,D为
