搜索资源列表
VisualC++ClassicalGameCode
- 书籍《VisualC++经典游戏程序设计》游戏源代码,包含一些经典游戏如俄罗斯方块,连连看等源代码-books "classic games Visual C Programming" game source code include some classic games, such as Tetris, such as source code 1000 block of Terry Avenue
erluosi
- 专注于C,C++,VC 饿罗斯方块,设备环境句柄和【俄罗斯方块】中四个【方格】在游戏区域中的位置 // 每个【俄罗斯方块】由四个【方格】组成7种不同的形状-focusing on C, C, VC hungry Ross box. equipment and the environment handle [the Russian box -- four -- [box in the game of the regional location / / [Russia each box [4] fr
eluosifangkuai
- c#写的俄罗斯方块游戏代码,还不错。可惜列表里没有c#选项。
eluosifangkuai
- c语言俄罗斯方块小游戏
eluosi
- C语言写的俄罗斯方块程序 其中的主要逻辑有: (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数
Box
- 俄罗斯方块用汇编语言编写 (1)执行的命令: ---------------------------------- ML /c /coff /Cp main.asm Link /subsystem:windows main.obj els.res (2) 按Enter键开始新游戏 按上下左右箭头操作方块 只实现了最基本的功能-Box with the compilation of the Russian language (1)
skyblue_Rect
- 用c++实现了高效简洁的实现了俄罗斯方块游戏,具有良好的学习效果~-Using c++ to achieve an efficient implementation of a simple Tetris game has a good learning results ~
games
- 在iphone_sdk上开发的经典游戏---俄罗斯方块,该源码有利于object-c的学习者分析-Developed in iphone_sdk--- the classic game Tetris, the source is conducive to the learners of object-c
Visual-CPPGame-Developing-
- 《Visual C++游戏开发经典案例》一书上所有案例的源代码,包括扫雷、贪食蛇、俄罗斯方块、推箱子、黑白棋、五子棋和连连看等等。-The the " Visual C++ game development classic case of a book on the source code of all cases, including minesweeping, Snake, Tetris, Sokoban, Othello, backgammon and Lianliankan an
youxi
- 此代码是需要用throb c作为开发工具为基础的俄罗斯方块游戏。因为调用了里面的图形函数头文件graphics.h-This code is needed throb c as a development tool based Tetris game. Because the graphics function calls inside the header file graphics.h
els
- 【C++】语言写就的 小游戏 俄罗斯方块-C++ language written small game Tetris
RussiaBlock
- 经典的俄罗斯方块游戏,学习Objective C语言的好例子(a simple game that developed with Objective C language)