搜索资源列表
MINE_TC3
- 用Turbo C++ 3.0开发的模拟Windows扫雷的游戏,支持键盘和鼠标两种控制方式,支持鼠标右键,支持双键功能。-Turbo C 3.0 with the development of the mine-simulation game for Windows, support both keyboard and mouse control and support with the right mouse button, double bond support functions.
snooker
- /*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个\"mouse.h\",所以去掉了, 如有人想要带鼠标的可与我连系*/-/ * WITH TC 2.0 operating environment under the billiards game w, s, a, d to control direction, the comma and full stop controlling forces, space-could
pictureRecreator
- \"pictureRecreator\"也是一个很适合java学习者的小游戏,这个游戏将一副大图打散成9张,然后任意挑选8张出来,让玩家通过键盘和鼠标来控制图片移动,最后将它复原.-"pictureRecreator" is a very suitable for learners of small java games, the game will be a big map separated into nine, and then a random selection o
P2P.rar
- 拼图游戏: 需要解决的问题: [ 1 ] 如何分割图像并且绘制到Button或者Static控件上? [ 2 ] Static控件如何能够响应鼠标? [ 3 ] 移动算法,可不可以获得最少步数?,Jigsaw puzzle: the need to address the problem: [1] how to partition the image and draw on the Button control, or Static? [2] Static control h
brown_cloud_packaged.zip
- 褐云游戏,基于HGE开发的游戏,控制“风之王”鼠标+键盘或XBOX360控制器,吸吮了五颜六色的云彩由不同级别的气氛(您必须变焦之间) ,吐痰他们在最高级别,然后吹起来成一个大型的褐云,这将消失,而国王snoozes 。 Features an online leaderboard and smooth, fancy graphics.配备了领先的在线和顺利,我尝试过的图形。 ,Brown Cloud Game, based on the HGE Game development, contro
JigsawPuzzle
- 常见的拼图游戏,将8个图排列为12345678即为过关,鼠标点击控制图的运动。-Jigsaw puzzle common to Figure 8 which is arranged to pass 12345678, mouse click control chart of the movement.
VCgame
- 这是一款VC++开发的拼图游戏,解决的问题有:如何分割图像并且绘制到Button或者Static控件上;Static控件如何能够响应鼠标;移动算法,可不可以获得最少步数?-This is a VC++ to develop the jigsaw puzzle to solve the problem: how to partition the image and draw on the Button or Static Control Static control how to respond
CatCatchRat
- 本程序是在一个房间里猫捉老鼠的游戏。通过键盘上的上、下、左、右方向键控制一只猫,十只老鼠在窗口中自由活动,可随时改变行走方向,遇窗口边界则改变方向。猫碰到老鼠后就吃掉它(该鼠不再显示)。若猫吃掉所有老鼠,游戏结束并显示游戏所剩时间;若时间用完,猫没有吃掉所有老鼠, 游戏结束并显示所剩老鼠数目。-This program is in a room where a cat-and-mouse game. Through the keyboard up, down, left and right a
GAME
- 拼图这个程序最特别之处就是在模拟了WINDOWS的操作,可以用鼠标来控制,可以 显示色彩鲜艳的图片,与在DOS下开发的许多文字界面的软件相比,可以说是个很有意思的创举.-The most special thing about this procedure puzzle is to simulate the WINDOWS operation, you can use the mouse to control, can display colorful pictures, as in so
brick
- 基于MFC框架的俄罗斯方块,有部分用鼠标控制的功能(用鼠标拖动方块,消去,填充等)-Tetris on MFC framework, some of the functions with the mouse control (using the mouse to drag the box, eliminate, fill, etc.)
2007110103VCwuziqi
- 通过vc编程实现人机五子棋对弈功能(人和人对弈功能暂时不能实现,有待完善)。玩家执黑棋想走棋,玩家通过鼠标控制棋子。电脑则通过编程计算实现走棋功能。能判断谁赢棋(不能悔棋,有待完善),可以中途中断游戏。-Programming by human backgammon games on vc function (and function of human chess can not be achieved temporarily, to be perfect). Executive Black w
WindowsGame2
- 一个简单的,和电脑对战的弹球游戏,鼠标控制自己,使球不在自己这方落下-A simple, and play against the computer pinball game, control your mouse, the ball is not in their own party drop this
SAOLEI
- 改进的扫雷游戏,利用中断获取鼠标按键和位置信息,实现鼠标控制的扫雷游戏-Improved mine game, using interrupts to get the mouse button and location information, to the mouse control of the mine game
igsaw_MFC
- 用MFC文档视图结构编写的拼图小游戏,用鼠标控制,供VC初学者学习-Puzzle game written using the MFC document view architecture, with mouse control for VC beginners to learn
Gamehads
- 用Java编写的一个打方块下游戏,游戏面板的最下面有一个挡板,上面是若干个方块,一个小球在四处弹射,球撞到方块上方块就消失并加分,球撞到墙壁上就反弹,玩家用鼠标或键盘控制下面挡板的左右移动不让小球掉入地底下,如果掉入则游戏结束。界面使用了一些图片,还算美观的。-Written in Java, one playing the box game, the game panel at the bottom there is a baffle above is the number of boxes,
mofang
- Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-The Web version of the Rubik' s Cube game written in Java, the compiler generates
mine-clearance
- 1. 主要分为model、scene、cell、control四个模块。其中model层负责从注册表初始扫雷数据,并随机布雷;scene层负责贴图;cell层相应鼠标事件;control提供控制接口; 2. 如果第一个就点中雷,则要重新布雷,实现第一个一定点不中雷; 3. 窗体左上显示雷数,有上显示时间(借助信号),中间笑脸点击之后重新开始游戏; 4. 自定义游戏功能,自定义游戏之后窗体能够自动缩放,使用resize; 5. 右键标记功能,在cell中实现;双键自动扩散,
Snake
- 贪吃蛇程序,可调速,并显示分数和游戏时间,可用鼠标点击屏幕或者按钮控制蛇运动方向。-Snake procedures, speed, and display the score and game time, use the mouse to click on the screen or buttons to control the direction of movement of the snake.
SHEJI
- 基于DELPHI70写的屏幕射击游戏,屏幕上蝴蝶乱飞,用鼠标控制射击,完整源码,随意修改。-Based on DELPHI 70 to write the screen shooting game, flying butterflies on the screen, use the mouse to control the fire, full source code, free to modify.
maze
- 走迷宫游戏: 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠只能按照上下左右四个方向行走。 1)图形化的界面,要求有计时、计数等方面的功能; 2)迷宫地图随机产生,地图布局用系统文件的形式保存,系统提供存盘和读出等功能; 3)走迷宫可以手工行走,按键与cs相同,也可以系统自动寻找。 4) 老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 5) 迷宫的墙足够结实,老鼠不能穿墙而过; 6) 正确检测结果,