搜索资源列表
123a20041218121959
- 本人很喜欢玩棋类游戏,最近花了不到半个月的时间设计制作了一个现代战棋游戏,因为时间有限现在只做了个DEMO,还没有完成美工,网络对战等功能,以后会慢慢完善。 本人因为学JAVA总共不到半年,系统学习JAVA也就三个月,所以本游戏不可避免的参考了其他棋类制作的大概框架。不过除了技术实现方面参考了他人思路以外,上层的游戏规则、棋子和棋盘等游戏蓝图都是偶独自设计出来的。(本游戏的设计创意未经本人同意不得用于商业用途,本人保持对整个游戏的所有版权) 本游戏还有很多要完善的地方,整个游戏的玩法我也
fangkaui
- 俄罗斯方块的原代码 俄罗斯方块的功能演示 俄罗斯方块代码说明-Tetris code of the original Tetris functional demo Tetris code Descr iption
HannoiTowerDemo
- JAVA编的汉诺塔,有自动演示哦,希望大家多给建议:)-JAVA addendum to the Tower of Hanoi, automatic demo Oh, I hope that Members will give recommendations :)
migong_demo
- 用 Turbo C 在DOS环境下设计实现一个图形界面的迷宫程序。基本内容包括: 1、 产生迷宫 1) 随机产生一个迷宫; 2) 从文件读取一个已存在的迷宫; 3) 修改并存储迷宫; 2、 演示 1) 自动演示;如果该迷宫存在从入口到出口的通路,则打印出一条走出迷宫的道路,如果不存在这样的一条道路,则报告不存在通路。能演示所有迷宫的走法 2) 人用箭头控制走动 -with Turbo C in DOS environment designed to achi
QI
- 这是一款智能游戏的源代码,里面提高非常漂亮的demo程序代码,相信大家会喜欢的-This is one intelligent game's source code, which is very beautiful raise demo code, I believe we would all like
Tetris_source_hge
- 基于 hge 引擎开发的俄罗斯方块DEMO,只实现了游戏的主干部分,对游戏的手感比较满意。-hge engine based on the development of the Russian box DEMO achieved only part of the backbone of the game, The feeling of the game quite satisfactory.
Simple Client-Server Demo
- 简单的客户服务器模型的通信工具-simple client-server model of communication tools
20040216234923878
- 3D 游戏编程demo,为你开发多媒体三维游戏提供帮助-3D game programming demo, you develop multimedia 3D gaming help
vbtuixiangzi
- 这是一个模拟推箱子的程序,程序外形美观,功能齐全。实现功能比较详细,有源代码和演示程序。-This is a simulation of Sokoban procedures, procedures pleasing in appearance, full-featured. Realize a more detailed functional, active code and demo program.
maze
- Panda3d里的演示程序,我用用irrlicht+newton做了一个。 程序很简单,源码也带上了。 操作方式:鼠标倾斜盘子,移动小球到闪光地带即可过关。-Panda3d in the demo program, I used to do with irrlicht+ newton one. The procedure is simple and also to bring the source. Mode of operation: tilt mouse tray, mo
RPGDemo
- This is a RPG Demo Test with source code
J2MEGames
- J2ME游戏Demo,包括:推箱子,拼图等-J2ME game Demo, including: Sokoban, Puzzle, etc.
Tetromino
- 利用vc++开发的俄罗斯方块demo,学习之用,多多包含。-er luo si fangkuai
chudiangame
- 演示连连看游戏的例子,是采用cimage类开发的,图片可以更换-Demo Lianliankan game example is the use of cimage class developed images can be replaced
Five
- 这是我两年前刚学游戏编程时的作品,还是五子棋,处于DEMO版本,并没什么特别功能。 最近又重拾游戏编程(正在学D3D9),于是重又翻出这个代码,稍稍修改了一下,重编译了一遍。-This is my program two years ago when just learning the game works, or at the DEMO version, no any special features. Recently, restore game programming (is lear
hannoi
- 用C++Builder实现了汉诺塔游戏的演示-Using C++ Builder achieved Tower of Hanoi game demo
HGE_eluosi_damo
- hge的俄罗斯方块的demo,下载后搜集并整理后的,注释详细,方便提升进一步认识-hge of the Russian box, demo, download collect and sort out, and comment in detail, to facilitate and further enhance the understanding of
C
- C语言小游戏源程序,请管理员可以自己试玩一下-C language source of small game, ask the administrator can look at their demo
TankWar
- android demo tankwar
Labyrinth-demo
- 迷宫问题演示程序 以一个n*n的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫问题要求求出从入口(1,1)到出口(n,n)的所有通路,或得出没有通路的结论。 具体要求是:程序启动后显示一张迷宫图板,用白色的方格表示通路,黑色的方格表示障碍。用户可以通过点击的方式改变迷宫图板上通路,设置新的迷宫状态图,然后可以由用户按“开始执行”按钮,即可在迷宫图板上显示从入口(1,1)到出口(n,n)的所有通路。 -Maze problem demo With a n* n pha