CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - Game Tetris in c

搜索资源列表

  1. tetris

    0下载:
  2. c++编写的俄罗斯方块,经典使用!游戏对象(Cgame):管理游戏开始,结束,积分,难度;游戏中每个方块当前位置情况;选择新方块;删除满行。 方块对象(CGrid):管理快快的旋转,左移,右移,下移;确定当前方块在游戏中的位置;以及设置方块如何旋转旋转,左移,右移,下移的基本信息。 游戏是对象(CRusRridView):管理游戏的显示与交互。-c++, prepared by the Russian box, the classic use! Game object (Cgame)
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:77.04kb
    • 提供者:丁飞
  1. tetris

    0下载:
  2. a simple console tetris game written in c# using .net framework 2.0
  3. 所属分类:Shot Game

    • 发布日期:2017-04-14
    • 文件大小:4.24kb
    • 提供者:jorolaneca
  1. Tetris

    0下载:
  2. 呵呵!只是一个简单的俄罗斯方块游戏源代码,用c#编写的,没啥特殊功能,不过我想对于c#编程的初学者来说应该是有点用处的。-Ha ha! Is just a simple Tetris game source code, written in c#, lacks special features, but I think for the c# programming beginners should be somewhat useful.
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:109.1kb
    • 提供者:周敏
  1. Tetris

    0下载:
  2. 用c语言写的俄罗斯方块游戏的代码,且游戏中有19种各个形态的俄罗斯方块-Using c language Tetris game written in code, and there are 19 species of game Tetris various forms of
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:32.63kb
    • 提供者:涓羽竹
  1. Tetris-source-code-in-C-language

    0下载:
  2. 这是一个关于俄罗斯方块游戏的源代码,里面包括了对困难程度不同的等级设置。-This is a Tetris game source code, which includes the right to set different levels of difficulty.
  3. 所属分类:Game Program

    • 发布日期:2017-03-24
    • 文件大小:3.42kb
    • 提供者:李礼
  1. 788f-c

    0下载:
  2. 俄罗斯方块,基于控制台编写的,采用c、c++,里面既有数据结构的知识,又有算法的内容,还有键盘编程知识,唯独遗憾的是当时没有加入鼠标操作。否则这个例子是所有先手入门的经典案例!!! /*游戏 俄罗斯方块 源码 c c++ 算法 数据结构 键盘编程 控制台*/ -Tetris, written on the console, using c, c++, which both data structures, but also the content of the algorithm, as w
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:24.19kb
    • 提供者:蒋亮
  1. Tetris

    0下载:
  2. Hello, here is my own version of the Tetris game. It is written in C/C++. For graphics OpenGL is used, for sound DirectX.
  3. 所属分类:Other Games

    • 发布日期:2017-05-10
    • 文件大小:2.32mb
    • 提供者:cakars
  1. Tetris

    0下载:
  2. 根据网上视频学习制作的俄罗斯方块游戏,进行了优化,有完整的代码,用C#语言编写的,可以自己设置方块样-According to the production of online video to learn the game Tetris, is optimized, a complete code, written in C#, you can set up their own box-like .......
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:909.16kb
    • 提供者:中来
  1. Tetris

    0下载:
  2. 纯C编写的控制台下的俄罗斯方块游戏,有开始、暂停、难度调节、分数记录、分数排行等功能。-Written in pure C console Tetris game with a start, pause, adjust the difficulty, scores of records, scores of ranking functions.
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:7.78kb
    • 提供者:coldwinter
  1. CSharp-Tetris

    0下载:
  2. C#编写的俄罗斯方块游戏软件,功能简单实用,可以给C#初学者借鉴参考-Written in C# Tetris game software, features simple and practical, you can use for reference to C# for beginners
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1.48mb
    • 提供者:程鳌
  1. Tetris

    0下载:
  2. C++语言写的俄罗斯方块小游戏,包含初始界面、游戏界面、GAME OVER等-Written in C++ language Tetris game, including the initial interface, game interface, GAME OVER, etc.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-20
    • 文件大小:5.63mb
    • 提供者:Wendy
  1. tetris

    0下载:
  2. 在VC6.0的IDE下完成的经典的俄罗斯方块游戏,使用了C++的类特性给七种方块定义了七个类,且它们继承自同一个父类。使用了C++的类特性后,感觉代码结构更加清晰,非常易于调试!-The IDE in VC6.0 completed under the classic Tetris game, using the C++ class features to the seven kinds of box defines seven classes, and they inherit from th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:697.43kb
    • 提供者:荣绍伟
  1. Awesome-Tetris

    0下载:
  2. 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
  3. 所属分类:Other Games

    • 发布日期:2017-05-03
    • 文件大小:1.06mb
    • 提供者:万辉
  1. VC-Tetris

    0下载:
  2. VC编写的俄罗斯方块游戏源码,在 Visual C++ 6.0 中,打开“俄罗斯方块游戏”项目文件。编译、连接、运行,打开如图所示窗口,即可进行俄罗斯方块游戏的操作。-VC source Tetris game written in Visual C++ 6.0, open the " Tetris" project file. Compile, link, run, open the window shown, you can make the operation of th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:561.71kb
    • 提供者:纪昀
  1. CPP-game

    0下载:
  2. C++编写的小游戏。包括象棋、俄罗斯方块、超级玛丽等。适合于初学者。-Written in C++ game. Including chess, Tetris, Super Mario and other. Suitable for beginners.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1.89mb
    • 提供者:dhtlsse
  1. ELS-game

    0下载:
  2. C语言编写的俄罗斯方块,可运行,参考《C语言程序设计案例精编》-Tetris written in C language, you can run, refer to " C Programming Language design case for fine"
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:31.74kb
    • 提供者:wangyuwei
  1. Tetris

    0下载:
  2. 用c#语言写的一个俄罗斯方块游戏 贡献出来 供大家学习交流-A Tetris game written in c# language contributed for Learning Exchange
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:97.03kb
    • 提供者:之之
  1. CSharp-tetris-eluosifangkuai

    0下载:
  2. 用C#编写的俄罗斯方块游戏 可自定制方块格式 快捷键、大小等等 还包括了安装版工程. -Tetris game written in C# from the customize box format shortcuts, size, etc., also includes the installation version works.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:276kb
    • 提供者:张伟
  1. tetris

    0下载:
  2. a tetris game written in c
  3. 所属分类:Other Games

    • 发布日期:2017-04-15
    • 文件大小:5.54kb
    • 提供者:hy chen
  1. Tetris-game

    0下载:
  2. 用C++语言实现的俄罗斯方块游戏Implemented in C ++ Tetris game-Implemented in C++ Tetris game
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2.05mb
    • 提供者:shou
« 12 3 4 »
搜珍网 www.dssz.com