搜索资源列表
PushMine
- 一个扫雷游戏的VC实现,增加一个功能即探雷的功能.整个游戏的实现倒不是很难,关键在提供一种编程的思想.-a mine VC game, a feature that is mine-detection functions. The whole game was not very difficult to achieve, the key in providing a programming ideas.
RUS
- 自己编的俄罗斯方块游戏,使用键盘上的方向键进行游戏:左键左移,右键右移,下键快速下落,上键改变形状。菜单项中帮助有按键说明。菜单中可以选择游戏难度,游戏分为困难、普通和容易三个默认级别。 -own addendum to the Russian box game, the use of keyboard keys for the game : Left-left, right-shifted to the right. Quick keys whereabouts on the key ch
mybox
- 操作说明: 1. 上、下、左、右键移动角色 2. \"B\"键显示或隐藏炸弹 3. 在炸弹显示的情况下,按\"回车\"键引爆炸弹( 注:只能将墙壁引爆 ) 4. 按\"退格\"键可以返回上一步移动,只能回退20步 ***************************************************************************** 特殊说明: 本游戏是从先前Redfox的源程序修改
贪吃蛇代码
- 呵呵 程序在tc3.0下编译通过. 回车键 选关,我只做了两关, r键重新开始 p键悔步,只能悔五步啊.不过你可以 改#define STEPMAX的值 -Oh procedures under the tc3.0 compile. ENTER key election concern, I only had two clearance, Key reopen r p Key regret step, five-step can only r
tc下的俄罗斯方块
- 游戏开始前用四个方向键调整高度和速度,按回车键开始游戏 游戏过程中回车键为暂停键,ESC键为退出键-before the start of the game with four direction keys adjust height and speed, press the Enter key begin the process of the game's keys to enter reversed, the ESC key to withdraw from the bond
pro3
- PXA255_PRO3板子开发,简单的打地鼠小游戏,在LCD上显示,用KEY操作-PXA255_PRO3 board development, simple to play the game of the hamster, displayed on the LCD operate KEY
fangkuai
- /* TC下的俄罗斯方块游戏 */ /*游戏开始前用四个方向键调整高度和速度,按回车键开始游戏 */ /*游戏过程中回车键为暂停键,ESC键为退出键*/ /*需要有C:\\turboc2 */-/* TC under the Tetris game*//* the game before the start of four arrow keys to adjust the height and speed, press the Enter key to start the ga
src_MetalMax
- 此为一款基于J2ME的手机游戏,《重装机兵》源代码,本源码并未在手机上测试,可以编译成功。这款游戏基本实现了必须的所有功能,如碰撞探测、地图转换、NPC对话、事件处理,、横版回合制战斗系统等,并根据原游戏的特色加入了人、车两战斗系统,在玩的过程中,你可以用方向键控制人物行走;回车键弹出游戏菜单,"1"键进行命令取消。 -This is a J2ME-based mobile phone games, the " capacity of soldiers," the sour
Snake
- delphi写的贪食蛇游戏,主要学习DirectX编程技术.-delphi write贪食蛇games, key learning DirectX programming technology.
snake
- VC++新手写的贪吃蛇游戏,界面和功能都比较粗糙,希望对于初学者有所帮助。其实通过这种小游戏的编写,你会学到很多和游戏无关的东西,这就是学习编程一个提高的过程,程序不在简单与复杂,关键是这种结果的背后你能得到多少你不知道的东西。-VC++ new handwritten Snake game, interface and features are relatively rough, want to be helpful for beginners. In fact, through the pr
215
- 用c语言编写的推箱子游戏。玩家通过上下左右键推箱子,当箱子全部推到目的地后出现过关信息并显示下一关,推错了,玩家可以按空格键重新开始。-With the c language of the Sokoban game. Sokoban by key players from top to bottom left, when the box after all pushed to the destination customs clearance information, and display t
97
- 魔方仿真。实现一个魔方程序,屏幕上分两部分分别显示魔方六面体的三面,使用上下方向键可以选择要移动的行或者列,使用左右方向键可以转动该行或者列,使用回车键可以将魔方复原,按空格键可以随意移动。-Rubik' s Cube simulation. Program to achieve a Rubik' s cube on the screen showed the Rubik' s Cube in two parts of three six-sided face, using t
SpaceUnit
- 朋友给我的,据说是一个太空旅行游戏片段。里面包含了一个关键算法。-A friend gave me, and said to be a space travel game pieces. Which contains a key algorithm.
vbjyltest
- 使用VB语言编写一个简单的记忆力测试的小游戏,附上完整源代码,开玩时按键盘1-4键或用鼠标单击四个正方形区域,如果正确会有提示,错误会说“你输了”~-Using the VB language with a simple memory test game, accompanied by full source code, open play, press the keyboard key or mouse click 1-4 four square regions will be prompte
Tertris
- 完整版俄罗斯方块 1.实现穿透 2.实现消减 按Delete键 3.实现增加 按Insert键 4.实现炸弹功能 ,删去周围的方块 5 .下下一个方块 DNEXT显示 6.按钮提示 7 .下落 阴影 提示 8.把下一个方块或下下一个方块 与当前方块交换(当按下下一个方块或下下一个方块时) 9. 按End键 让当前方块下降到 最下面的可放位置. 10. 从开始游戏每过60秒 暂停时间不算在内 从下面升高一行
c4
- 纯用 字符 和数组编的五子棋,棋盘也是用字符画的。 编了1上午了,主要是算法跟按键比较烦,发现有bug-- 按键速度过快会产生延时显示,可能是算法不好。 操作:玩家1: a,s,w,d(方向) 空格(落子) 玩家2: 上、下、左、右 回车 (落子) ESC: 退出 -Using only an array of characters and series of backgammon, the board is painted with the characters
LodeRunner
- LodeRunner。一款很好玩的噢智力游戏,又称警察抓小偷,把每一关中的金子拿完即可过关.A键为向左吐火,D键为向右.-LodeRunner. Oh, a very fun puzzle game, also called the police catch the thief, the gold in each level you can get complete clearance. A key to spit fire from the left, D keys to the right.
Gamer
- 此代码 实现了 像 单机 俄罗斯方块 的所有功能 ,在这基础上添加了 自己改变砖块 按键等功能-This code implemented as stand-alone all the features of Tetris, on this basis that add their own functions to change the key bricks
csoulei
- 一款经典的扫雷游戏,0没有红旗标志,1有红旗标志。鼠标按键情况,返回0表示只移动,返回1表示左右键同时按下,2表示只按了左键,3表示只按了右键。-Mine a classic game, 0 no red flag, a red flag there. Mouse button, the return of 0 indicates only the movement, return to an indicated key while pressing the left and right, an
LL_LOOK
- 经典游戏连连看,用VC2003编写,F2是提示,这事本人自己编写的,主要学习对界面的编程思路-Classic Games Lianliankan, prepared with the VC2003, F2 is the prompt, this I have written, the key learning ideas on the programming interface