搜索资源列表
Tixi
- 这是一个基于 irrlicht 游戏引擎开发的第一视角情景游戏, E R W A D Q 为控制键-This a game engine based on Irrlicht Engine Development Perspective scene of the first game, W E A R D Q for the control button.
MagicCubeGame
- 一个用OpenGL实现得3D魔方益智游戏,注意只能DEBUG编译. 较简单,初始时,没有在各立方面上贴上位图,只是用不同得颜色来区分. 支持很多热键处理.如ESC,q,w,e,r,t,y,a,s,d,f,g,h,<-,->,向上,向下等 其热键处理值得我们写游戏时借鉴.-with an OpenGL 3D Cube in educational games, DEBUG only to compile. relatively simple, primitive, ther
java
- 游戏说明 用法: 用户名和密码都是1234 1,输入后,会验证,通过后会出现全屏幕的状态,无论当前是什么模式,都会统一设置成800*600,16位色深,60HZ的刷新率模式,如果当前系统不允许修改显示模式(linux下测试会出现此情况),则会使用当前的分辩率,这样可以会有一些显示方面的问题 2,押分键为主键盘的1至9,按回车键起动,跑完后,会根据你押的分数算出你的得分,如果你中了,则会重复播放音乐,如果没有中,则不播音乐 3,音乐会一直播下去,直到你按回车键把分移
disp
- 多年以前梦想写游戏,自己实现的滚屏算法,叫做Scroll的代码。WXAD是上下左右,Q是退出。刚才试了一下,在XP上居然还能运行。怀念那时候的梦想-Years ago the dream of writing games, their own realized Scroll algorithm, called the Scroll of the code. WXAD is up and down about, Q is the exit. Just try a little, even in X
QuadraPop
- 索爱原机提取,Q版俄罗斯方块,一款新颖的游戏,有1到9个九个下降速度可以选择!-Sony Ericsson extract the same plane, Q version of the Russian box, a new game, there are nine 1-9 the rate of decline can choose!
Dice
- 投骰子的游戏,Enter键开始投,空格键决定玩家,Q键退出。通过多次投的点数的和的大小决定谁输谁赢。-Casting dice game, Enter key to start to vote, the decision space key players, Q to exit. Through a number of points for the size of the decision and toss.
qq
- 掌盟拇指30平台qq 可后台挂q 带群聊-掌盟拇指30平台qq 可后台挂q 带群聊
shengsiyouxi
- 约瑟夫双向生死游戏是在约瑟夫生者死者游戏的基础上,正向计数后反向计数,然后再正向计数。具体描述如下:30个旅客同乘一条船,因为严重超载,加上风高浪大,危险万分;因此船长告诉乘客,只有将全船一半的旅客投入海中,其余人才能幸免遇难。无奈,大家只得同意这种办法,并议定30个人围成一圈,由第一个人开始,顺时针依次报数,数到第9人,便把他投入大海中,然后从他的下一个人数起,逆时针数到第5人,将他投入大海,然后从他逆时针的下一个人数起,顺时针数到第9人,再将他投入大海,如此循环,直到剩下15个乘客为止。问哪
Blocks_Gam220585662011
- This a simple puzzle game consisting of a set of blocks which you must eliminate. It is basically a clone of I.Q. AKA Kurushi. The aim is to remove the incoming blocks by "capturing" them before they reach the end of the map, with the exception of th
block.tar
- 俄罗斯方块游戏,由VT控制码完成,游戏过程中q键退出,game over时,r键重新开始,方向键控制方块移动及旋转-Tetris game is controlled by the VT code to complete the q key to exit the course of the game, game over when the r key again to begin the arrow keys to control the box, move and rotate
Q
- Q版武侠世界,在淘宝花大把钞票买的,当雷锋了,,反正我是觉得很好玩-Q version of the martial arts world, in Taobao spent a lot of money to buy, when Lei Feng, and, anyway, I think a lot of fun
castle
- *what is this? a small castle adventure room(ran-file) viewer *controls? w for next room, s for previous room q or ESC for exit v toggles between view and walk mode use w , a , s , d in walk mode *i can t see the hole room? resize your window
mysnake
- linux下基于ncurses库的贪吃蛇游戏 WASD以及上下左右键均可控制方向,P键暂停以及取消暂停,Q键退出游戏-A classic game of snake which based ncurses library, W,A,S,D and UP, DOWN, LEFT, RIGHT to control the direction P for PAUSE, Q for QUIT
COOLQ_TDYK_V6.4
- 天刀娱乐系统插件(用在酷Q机器人)的源码,也是最后的并且最新的版本。-tiandao yule plugin component use in COOLQ rabot in QQ QUN
kuq
- 酷q机器人开发源码,源码公开,是聊天软件-Cool q robot development source code, open source
question7
- 用matlab的imagesc函数模拟液体表面分子蒸发的过程,并且程序整体按字母分为a到q一共17个部分,依次解释了程序的生成过程-matlab imagesc
24
- 设计一个21点的游戏,游戏规则如下: 两个玩家,一个是人,一个是电脑。首先由电脑随机派两张牌给人类玩家(牌不能重复,牌的表示方式为 花色牌号,如红桃8),然后玩家通过自己判断再选择是否继续要牌。如果要,则继续随机派给玩家一张牌,若此时所有牌的点数之和大于21,则判断玩家为输,如果不是,则玩家可以继续选择要牌与否。如果不要牌,则人类玩家阶段结束。轮到电脑。电脑阶段与玩家阶段基本相同。电脑首先自己要两张牌,然后由电脑自己判断是否继续要牌,判断的最重要依据是刚好赢人类玩家就收手。而输赢是按照两家的
我的世界蛋Q服务器
- 发的是我的世界1.6.2蛋Q乐园服务器的客户端服务器本身也很好玩
S21_7
- 简易扫雷游戏,在tubo C中做的。算是初学者的第一次实践吧。F为FLAG,Q为不确定,空格为放置。-Simple Minesweeper, in turbo C in doing. Be it beginner s first practice. F as FLAG, Q is uncertain, spaces for the placement.
仙境传说
- 1、C++网游RO《仙境传说》私服源码下载 2、资源来自网络,所以请不要商用,仅限学习使用,请24小时务必删除。 该资源说明: 网游RO《仙境传说》私服源码,c语言开发,带架设教程,自行测试,RO《仙境传说》是由韩国Gravity公司开发的Q版网游。