CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Tetris a

搜索资源列表

  1. Tetris(俄罗斯方块)

    0下载:
  2. 一个可以联网的俄罗斯方块游戏,游戏之间通信采用UDP协议;-a networked Tetris, a game between using UDP communications;
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:183.89kb
    • 提供者:吕达
  1. Tetris

    0下载:
  2. 一个利用vc2008实现的俄罗斯方块游戏设计。代码质量很高,而且有详细的中文注释,适合初学者、毕业设计者模仿参考。运行得非常完美。-Implemented using vc2008 a Tetris game design. The code of high quality, but also a detailed English notes, suitable for beginners, graduate designer imitation of reference. Runs perfe
  3. 所属分类:Other Riddle games

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

    0下载:
  2. 一个俄罗斯方块的vc源代码- A Russian block vc source code
  3. 所属分类:Game Program

    • 发布日期:2017-11-10
    • 文件大小:221.4kb
    • 提供者:松春锋
  1. Tetris

    0下载:
  2. Game-俄罗斯方块 1.方块会从区域上方开始缓慢继续落下。 2.玩家可以做的操作有:以90度为单位旋转方块,以格子为单位左右移动方块,让方块加速落下。 3.方块移到区域最下方或是着地到其他方块上无法移动时,就会固定在该处,而新的方块出现在区域上方开始落下。 4.当区域中某一列横向格子全部由方块填满,则该列会消失并成为玩家的得分。同时删除的列数越多,得分指数上升。 5.当固定的方块堆到区域最上方,则游戏结束。-Game-Russian box 1. Box from th
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:10.2kb
    • 提供者:浮雲
  1. Tetris

    0下载:
  2. 一个完整的JAVA俄罗斯方块游戏源代码。可调速,可转换方块颜色,可设置方块障碍物。-A complete JAVA Games Tetris source code. Can be governor, can be converted box colors, box can be set up obstacles.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:219.72kb
    • 提供者:wuzhuoying
  1. tetris

    0下载:
  2. 俄罗斯方块源码。很经典的一款VC开发程序。程序有详细解释。供参考和学习。-Tetris source. Classic development process of a VC. Procedures are explained in detail. For reference and learning.
  3. 所属分类:Game Program

    • 发布日期:2017-03-27
    • 文件大小:314.66kb
    • 提供者:王峰
  1. Tetris

    0下载:
  2. 一个简单的C++代码写的俄罗斯方块,小而精巧-A simple Tetris based on C++ code, small and beauty
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:2.32mb
    • 提供者:88cainiao
  1. as3tetris

    0下载:
  2. as3俄罗斯方块.as3版本的俄罗斯方块源码.-tetris source code.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:12.99kb
    • 提供者:wolf
  1. tetris

    1下载:
  2. Our project is to design and implement a Tetris game by using FPGA. Tetris a puzzle game that uses 4 square blocks joining edge to edge to form various combinations of shapes. There are 7 unique shapes. The shapes are controlled with the arrow keys f
  3. 所属分类:Project Design

    • 发布日期:2015-12-20
    • 文件大小:5.02kb
    • 提供者:krishna
  1. tetris

    0下载:
  2. 一个俄罗斯方块的小程序,可以保存,读出,更改截面颜色,以及声音效果。感谢作者开放源代码! -Tetris a small program, you can save, read, change the color section, as well as sound effects. Thanks by the open source!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:221.09kb
    • 提供者:ycl
  1. Tetris

    0下载:
  2. 俄罗斯方块 具有单人版、双人版、配合版、网络版等四种玩法-Tetris with a single version, double version, with version, four kinds of games are played online, etc.
  3. 所属分类:Game Program

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

    0下载:
  2. 一个非常精炼的c#源代码,实现积木游戏的功能 开发环境在vs2008下通过-A very refined c# source code to achieve the function blocks game development environment through the vs2008
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:3.8kb
    • 提供者:gongge
  1. YYGames

    0下载:
  2. 六款游戏源码,游戏名称如下 YYTetris - 七彩俄罗斯方块 ( a Tetris game ) YYPiano - 趣味钢琴 ( a music game ) YYFly - 打苍蝇 ( kill flies ) YYMatch - 连连看 ( a Match It game ) YYArena - 星际竞技场 ( Star Arena: a STG game ) YYSnake - 贪吃蛇 ( a Snake game )-Six games source cod
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-10
    • 文件大小:2.33mb
    • 提供者:肖亚微
  1. tetris

    0下载:
  2. 在Linux 用C语言实现简单的俄罗斯方块,学习Linux 下C的编程思想-Linux using C language implementation in a simple Tetris, learning C programming under Linux Thought
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:6.74kb
    • 提供者:胡威
  1. tetris

    0下载:
  2. java小游戏(俄罗斯方块)是我的毕业设计,有做过类似的,发表一下看发,让我少走写弯路,随便写点就可以,指导一下新人 在此先谢过了-java games (Tetris) is my graduation project, has done similar, to say something to see made, let me go to write a small roundabout, you can easily write about, guide us in this passed
  3. 所属分类:Game Program

    • 发布日期:2017-03-31
    • 文件大小:129.01kb
    • 提供者:chlee2008
  1. Tetris

    0下载:
  2. 一个简单的俄罗斯方块程序 基于symbian s60平台-a simple symbian s60 game
  3. 所属分类:Other Riddle games

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

    0下载:
  2. 俄罗斯方块,一块非常经典的游戏,火星人都会玩。自己学着写一个,玩自己的更刺激。-Tetris, a very classic game, Martians will play. Learn to write one himself, playing his more exciting.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:14.24kb
    • 提供者:dlq
  1. Tetris(01)

    0下载:
  2. 陈广老师的c#写的俄罗斯方块游戏视频1.swf-a
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9.39mb
    • 提供者:zhaowenhuai
  1. Tetris-game-MohsenIT

    0下载:
  2. Tetris a fun popular game. This is source code of tetris with pascal language. this game is one player.-Tetris is a fun popular game. This is source code of tetris with pascal language. this game is one player.
  3. 所属分类:Other Games

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

    0下载:
  2. 使用J2ME开发的一款俄罗斯方块小游戏!-J2ME development using a Tetris game!
  3. 所属分类:J2ME

    • 发布日期:2017-04-16
    • 文件大小:373.47kb
    • 提供者:yh
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com