搜索资源列表
ElecHitS40
- 益智游戏,贴方块,160关,手机游戏,J2ME开发,这是40版本。具体功能有帮助说明-puzzle games, and pasted chunks and 160 customs, cell phone games, J2ME development, which is 40 version. Specific functions to help Note
mybox
- 操作说明: 1. 上、下、左、右键移动角色 2. \"B\"键显示或隐藏炸弹 3. 在炸弹显示的情况下,按\"回车\"键引爆炸弹( 注:只能将墙壁引爆 ) 4. 按\"退格\"键可以返回上一步移动,只能回退20步 ***************************************************************************** 特殊说明: 本游戏是从先前Redfox的源程序修改
movemountaingame
- 用C语言编写的搬山小游戏。 游戏说明: 设有n座山,计算机与人为比赛的双方,轮流搬山。规定每次搬山的数止不能超 过k座,谁搬最后一座谁输。游戏开始时。计算机请人输入山的总数(n)和每次允许搬山的最大数止(k)。然后请人开始,等人输入了需要搬走的山的数目后,计算机马上打印出它搬多少座山,并提示尚余多少座山。双方轮流搬山直到最后一座山搬完为止。计算机会显示谁是赢家,并问人是否要继续比赛。若人不想玩了,计算机便会统计出共玩了几局,双方胜负如何。-C language prepared b
StepMania-CVS-20071121-src.tar
- StepMania is a music/rhythm game. The player presses different buttons in time to the music and to note patterns that scroll across the screen. Features 3D graphics, visualizations, support for gamepads/dance pads, a step recording mode, and more!
RedPasSnake
- 用VS2010开发的贪吃蛇,很好的源代码,我的原创。其中利用了多线程,调试时请注意。并且利用了屏幕双缓冲读写技术。移动中不会出现闪烁。-VS2010 development, source code, my original. The use of multi-threaded, Please note that when debugging. And use double buffering of screen reader technology. The move does not appe
2
- 生成数独的算法,比较简单,可以参考一下,具体代码看文件说明-Sudoku generating algorithm is relatively simple, you can refer to specific code to read the papers note
Sudoku
- 求解数独小游戏 jre需要含swt.jar 详见压缩包说明-Solving Sudoku game jre necessary packets containing compressed swt.jar see note
Snake
- C#写的一个贪食蛇。比较简单,但具备小游戏开发的思路,对于学习C#开发游戏有很好的借鉴意义。注释详尽,初学者可以下来-C# written by a Snake. Relatively simple, but has a small game development ideas, for learning C# developers have a good game to learn. Note detailed, beginners can take a look down
TkTetris
- 使用Tcl/Tk写的具有完整功能的俄罗斯方块游戏——除了没声音,其他功能都是完善的。程序模块化良好、有大量注释。欢迎下载试玩、参考代码! 注:我使用的Tcl8.5-The use of Tcl/Tk write a full-featured Tetris game- apart from no sound, other functions are perfect. Good modularity, there are a large number of annotations. Welcome
NumberMoving
- 这是非常有名的游戏——拼图。 不过这是我编写的DOS版本。没有图像,只有顺序的数字,因此我叫它数字拼图。 由于是DOS下的游戏,它只能使用键盘操作。 注:在win-tc1.91下编译链接通过。-This is a very famous game- puzzle. But this is my version written in DOS. No image, only the sequence of numbers, so I call it NumberMoving. Be
BubbleBreaker
- 一个Bubble Breaker小游戏的源码,可以在电脑上玩,把同颜色的小球一次性的消掉(注意:::是一次性),越是一次性消掉的越多越好,加分多,如果零打碎敲的话,就加分少。所以要尽量消掉旁边颜色的,这样,把同颜色的小球弄到一起,然后再消掉。-A Bubble Breaker game source code, you can play on the computer, the same color balls eliminate the one-time (note::: a one-time
tanchishe
- 功能: 实现简易贪吃蛇游戏软件 基本要求:在封闭的围墙内有一条蛇,通过键盘控制蛇的运动方向,若无按键时,按蛇头方向自行移动。围墙内随机出现食物,吃掉食物,蛇的身体长1节,得10分。若蛇在移动过程中,撞到墙壁或身体交叉蛇头撞到自己的身体游戏结束。注意蛇只能以蛇头移动,不能相反,也就是说,若蛇原先向上移动,按向下键无效。-Features: Simple Snake game software to achieve the basic requirements: in a closed wit
Pac_Man
- 利用WindowsSDK编写的吃豆人游戏,非MFC程序,有助于初学者理解Windows消息机制,游戏人工智能采用A*算法来实现自动寻路,注:高手勿看-Write Pac-Man game by using WindowsSDK ,No MFC ,it can help beginners understand the Windows message mechanism, the game uses artificial intelligence to achieve the A* algorit
Tetris
- 基于MFC的俄罗斯方块游戏的源码。注意运行时查看设置路径是否一致。-MFC-based Tetris game source code. Note that run-time path is the same view settings.
Snake
- 扫雷游戏源码,vc++编的。编译时注意保存路径设置的一致性-Minesweeper source, vc++ compiled. Note that the path set at compile time to save the consistency of
Java_game_russia-Block
- 俄罗方块课程设计 一个网络俄罗斯方块的游戏,玩家可以在网络的任何地方互相对战。运行这个应用程序,需要安装JRE(Java Runtime environment,java运行 环境),资源文件包括-java programming game series three guiding use a network of 57 games, Players can network anywhere mutual war. Note : to run this application, need t
a
- 用于检索游戏“俄罗斯方块”中,前8块块效率可以达到1.125的所有摆法。 块效率计算公式为 块效率= 总攻击行数/(总块数/3) 注:一次消3行或者4行为攻击行数-Used to retrieve game " Tetris" in the first eight horizontal efficiency can reach 1.125 of the pendulum method. Block efficiency is calculated as the bl
angry_bird_tanqiu_demo
- 使用vs2010写的愤怒的小鸟游戏弹球演示,研究游戏物理建模(一) 匀速与加速运动的生成。注意哦,并不是完整的愤怒的小鸟游戏,而只是完成了游戏中的某一个小功能。为了减少压缩包大小,上传之前删除了一些编译生成的临时文件,有朋友因为这个在编译的时候遇到了warning与error,其实不用怕,编译器会在第一次编译链接的时候再次生成这些文件,我们只要二次编译就可以了。请注意要把Debug目录中生成的canvas.exe拷贝至外层文件夹中再运行,否则不能加载资源文件。-A vs2010 write an
The-tank-wars
- 坦克大战,js文件,可以在ie7以上及firefox上运行(注:别人的代码,我上传是为了下载网站上的源码)-Battle City, js files, you can run ie7 above and firefox (Note: other people' s code, I uploaded the source code in order to download on the website)
xiangqi
- 这是一个在visual c++6.0 win32 平台下编写的象棋程序 仅供参考! (注:mfc视图类) 工程名 Xq -This is a chess program written in visual c++6.0 win32 platform for reference only! (Note: mfc view class) project name Xq