搜索资源列表
c108244325566
- 我原来写这个程序只是为了常规上学习C#和.NET编程而做的一个练习。翻转棋,大家都知道,是一个比较流行而且比较有趣的游戏,原理和规则都很简单。这使得它成为学习一种新的语言或工具时的一个很好的练习选择。 开始时的练习虽然可以用来当作比赛的游戏,但还是缺少一些电脑棋盘游戏一般的特征,比如撤消走过的步骤,因此,积累了一些.NET的经验以后,就将它升级了。升级后增加了一些新的功能,而且改进了原来的图形界面和游戏AI。-I originally wrote this routi
wuzq
- 特别提示: 不要使用TC编译,因为TC最多只能编译2000行,而本程序有2500行,推荐使用工具Win-Tc。 程序写的比较仓促,bug很多在所难免,还望大家批评指正。 真诚的希望能和大家相互交流,共同提高。 去年暑假,本人闲来无聊写了一个C语言图形模式下的五子棋游戏,有如下功能: 1.使用鼠标控制 2.能够实现人机对战,并判断胜负 3.能够保存棋局和玩家所走的每一步,并且可以按步骤还原棋局 4.玩家能够悔棋、和棋、认输 5.保存每一个玩家的分数到一个文件中
JAVA_leidian
- JAVA版雷电源码,边看原代码,边玩游戏。 运行方法: C:\\tower>java lightning.Game -Raiden source Java, watched the original code, while playing the game. Running : C : \\ tower
Tetris_mys
- c# 编写的俄罗斯方块游戏, 有音效和音乐(不过在有的机器上播放 mid 会出错...), 同时实现了 GDI+ 和 DDraw 两套呈现引擎. debug/release 目录中包含了运行时所需的资源.-c # prepared by the Russian box game. a sound and music (though in some machines will be broadcast mid mistake ...), while achieving the GDI and D
LoginServer
- 传奇EI登录服务器源代码 早期的C++版本, 同时支持传奇二,传奇EI,传奇三-Legend EI login server source code in C++ version earlier, while supporting the legendary Second, the legendary EI, the legendary three
eluos
- linux下shell下的俄罗斯方块游戏的源代码,在终端下直接用gcc编译这个c源代码后执行生成的.out文件即可使用。实现了所有功能:7种图形的变形和左右移动以及快速下落,消隐功能,记录积分等,其中包括到边界变形的问题的算法,例如:图形靠近边界时可能出现的出界和异常显示的问题。同时利用信号量产生定时下落和变形操作不冲突的问题。当然也有不足之处,就是未实现图形下落到底时进行左插和右插到空挡位置的功能。希望能和大家交流交流做一定的改进。-Russia under linux box under t
project1
- C++ builder开发的网络五子棋。可以一边下棋一边聊天-C++ Builder network Gobang development. You can chat while playing chess
car
- 这个是个高中时那个赛车的框架 没时间完成 了 大概 花了2个小时写它吧 边学边写 用C来调试吧~ -This is a high school that the framework of the car had no time spent to complete the approximately two hours to write it you learn while writing to debug it using C ~
gaoli_wuziqi
- 既能够人机对战,又能够进行网络对战的五子棋系统。经过visual C++6.0的编译运行,文件包含了所有的源代码,另外附上设计论文,同时亦可供本科生作毕业设计参考-Both man-machine war, but also to network against the Gobang system. After the visual C++6.0 compiler running, the document contains all the source code, the other atta
square_1.0_2
- DOS下的魔方游戏程序,已经编译成功,同时有C代码-DOS games under the Rubik' s cube, has compiled successfully, while there is C code
Tetris
- 带背景音乐的C#俄罗斯广场游戏源码,这里的背景音乐可以在程序运行后自己指定,只要在你电脑上的音乐都可以使用,另外程序还有丰富的设置选项,比如设置控制键、方块格子数、方块旋转方向、配置方块样式等,有C#基础的朋友,可把程序再次美化一下,核心功能还是很不错的。 -The background music with Russia square game C# source code, where the background music can be specified in the p
3dinC
- this file will help you to create 3D in C. while you have to type only that strings you can make changes in them.
Minesweepergame
- this will help you to make the minesweeper game in C. while this is your first step to make short games it will help you very much.
200711722509368
- 这是一个用C#写的翻转棋游戏,学习C#和.NET编程而做的一个练习 -This is a flip with a C# written in chess game to learn C# and. NET programming while doing an exercise
elsfk
- 该文件是用C#语言写的俄罗斯方块源代码,实现了传统俄罗斯方块游戏的功能,并且还添加了音乐播放器,可以一边玩游戏,一边听音乐。-The document is written in C# Tetris source code, to achieve the traditional Tetris game functionality, and also added a music player, you can while playing games, listening to music.
CPPGame_Progream
- 为广大c++游戏编程爱好者奉上的精品之作,内容虽不是很全面,但启迪的作用号是能起到的,希望能够帮到需要它的人们!-For the majority of c++ game programming for fans offer the quality of the content, while not very comprehensive, but the number is to enlighten the role play, hoping to help people who need it
blocks
- 题目描述 为了增强幼儿园小朋友的数数能力,小虎的老师给了一个家庭游戏作业。他让小虎拿一块空的围棋盘,随机地在一些方格中放些棋子(有黑白两种颜色),如果一个方格和它的上、下、左、右四个方格之一都有相同颜色的棋子,则认为两格子是相连通的。这期间,要求小虎不断统计共有多少个连通块。 如下图是一个5×9的棋盘,其中"."表示空格,"*"表示黑棋子,"@"表示白棋子。则有4块连通的棋子块。 ......... ..**..@.. .**@@.@@. ..*@..*.. ....
namefight
- 以前自己编的一个小游戏,输入姓名然后可以对战,可以自娱自乐一下-#include <stdlib.h> #include <time.h> #include <windows.h> #define S Sleep(1000) #define P printf char name1[20],name2[20] int k1,k2,i,t1,t2,sxq int x1=100,x2=100,pow1,pow2,spe1,spe2
AviroPlane
- 游戏说明:游戏名为Aviro, 纯DOS环境下用C语言编写,按方向键控制飞机移动,躲避迎面飞来的陨石,陨石撞到机身则游戏结束-Game Descr iption: Game called Aviro, pure DOS environment using C language, according to the arrow keys to control aircraft movement, to avoid flying in the face of the meteorite, meteor
allegro1
- DOS时代著名的c\c++开源游戏引擎,版本1.02,在Borland C 和 djgpp下使用。虽然老,但其中的一些编程思想,对于学习游戏编程和游戏引擎编程有借鉴的地方。-DOS era famous c \ c++ open source game engine, version 1.02, in Borland C and djgpp use. While the old, but some programming ideas, for learning game programming