搜索资源列表
MaJiang
- 麻将游戏,两个玩法。有自动识别是否胡牌,和与电脑对战。-Mahjong game, the two options.胡牌self-identify whether, and against the computer.
calculatorJAVA
- 一个计算器的小游戏,用JAVA编写,可以在电脑上运行-A calculator of the game, using JAVA, can be run on the computer
FateHand
- 这是我用QBasic做的一个完整的游戏“命运之手”是我当时在学校时的“开山之作”,有Dos+QBasic+PDos95环境的可以玩一下,情节很棒。记得电脑才出来的时候还没什么游戏,我做了这个在班里大家玩得很开心。-This is what I do with QBasic a complete game, "the fate of hand" I was in school when the "mountains of as" there Dos+ QBasic+ PDos95 environm
fivechess
- 用vc6.0MFC实现的五子棋游戏。经过修改后,加入了比较厉害的人工智能。电脑不是那么容易战胜的!-Gobang vc6.0MFC achieved with the game. After modifications, adding a more powerful artificial intelligence. Computer is not so easily defeated!
a
- 非常经典的一个弹球游戏,弹球游戏很好玩的,手机上面和电脑上面都有,我都非常喜欢玩的-A very classic pinball games, pinball games is a lot of fun, and mobile phones and computers above all the above, I very much like to play
SnakeOS
- 自己写的一个贪吃蛇游戏,可以很轻松的在电脑上运行,同时可以学习源码-To write a Snake game, you can easily run in the computer, as well as learning source
sanziqi
- 简单的三子棋游戏,和电脑对战。望各位多多指教。-The third son of a simple chess game, and Computer Battle. Hope you exhibitions.
PCMRPsimulator
- 此模拟器可以在电脑上模拟MRP运行环境,从而运行一些免费的MRP软件和游戏.-no
GuessNumber
- 实现了一个猜数字的小游戏。根据你输入的数据与真实数据的比对给出不同的提示信息,进而引导你猜测电脑中的真实数据,总共四次机会。很好玩的一个小游戏。-Implements a small number guessing game. Based on your input data and real data, given a different prompt than the right information, and then lead you to guess the computer in
doudizhuDOS
- 斗地主的小游戏,可以与电脑进行对弈,程序比较简单。-Doude Zhu little game with computer chess, the program is simple.
saolei
- 可以实现在电脑上的扫雷游戏的功能,十分有趣-Can be achieved on the minesweeper game on the computer functions, very interesting
eluosi
- 能够实现电脑游戏上的功能,很有趣-can future computer function.very interesting.......
vbmcrisrc
- 主程序包括服务端与客户端,基于Directx8加速技术,客户端需要控件已打包,好像你电脑需要安装对应版本的传奇游戏程序。-Main program, including services and clients, based on Directx8 acceleration technology, the client control has been packaged, like your computer to install the corresponding version of the
dnf-jiao-ben
- NDF刷图的小脚本。让你不在电脑旁游戏也能照样玩。-NDF software,It can be used in DNF Games.You can use it in property way.
XXOOdazhan
- 小游戏类的XO游戏,可以和别人一起下,也可以和电脑一起下,电脑有普通模式和高级模式,高级模式做了一点点人工智能!-Games like XO game to the next with the others, you can join the computer, the computer has a normal mode and advanced mode, advanced mode to do a little bit of artificial intelligence!
wumpus-6-names
- Hunt the Wumpus是一个很重要的早期电脑游戏。他是基于一个简单的隐藏/搜索的形式,有一个神秘的怪兽(Wumpus),潜行在房间的网络中。玩家可以使用基于命令行的文字界面,通过输入指令来在房间中移动,或者沿着几个相邻的房间中的弯曲的路径射箭。其中有20个房间,每个房间与另外三个相连接,排列像一个dodecahedron的顶点(或者是一个icosahedron的面)。可能的危险有:,超级蝙蝠(它会把玩家扔到任意的位置)和Wumpus。当玩家从提示中推断出Wumpus所在的房间而不进入,并
多边形扫描线填充原始算法
- 扫描线算法适合对矢量图形进行区域填充,只需要直到多边形区域的几何位置,不需要指定种子点,适合计算机自动进行图形处理的场合使用,比如电脑游戏和三维CAD软件的渲染等等。(The scan line algorithm for vector graphics regional filling, need only geometric position until the polygon, do not need to specify the seed point for automatic comp
TuiXiangZi
- 电脑推箱子游戏,一款可以在电脑上玩的推箱子游戏,代码简单,对于刚开始学习java游戏开发者而言是不错的选择。(Computer push box game, a can play on the computer box game, simple code, for the beginning of learning java game developers, is a good choice.)
作业
- 本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下: 1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。 2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。 3、程序模拟人点击可以消除的一对游戏牌进行消除。 对某局游戏转化成二维数组如下: 0 0 0 0 0 0 1 2 0 0 0 0 3 4 0 0 0 0 1 0 输入二位数组的行、列,二位数组、起始元素的的坐标、终止元素的坐标,判断起始游戏牌
2048小游戏源码(java)
- 2048电脑版小游戏,JAVA语言开发,开发平台eclipse(Mini-Game 2048,Java,eclipse)