资源列表
sao
- c++开发的扫雷游戏,对初学者很有用,可以下载看看。-c++ developed Minesweeper, useful for beginners, can be downloaded.
201092817588851
- c++开发的纸牌游戏,对初学者很有用,可以下载看看。-c++ development of card games, useful for beginners, can be downloaded.
spider-solitaire
- 一个蜘蛛纸牌游戏的java源代码,可以直接在eclipse里运行!-A Java source code of spider solitaire , can run directly in the eclipse!
Chinese-chess
- 一个中国象棋的java程序,可以直接在eclipse里打开运行!-A Java program of Chinese chess,can run directly in the eclipse!
five2
- 是在linux下能简单实现人人对战,人机对战的五子棋游戏。用到的数据库是mysql,建立一个表,能实现玩家查询,更改个人信息的功能。图形界面使用gtk写的。-Is under linux can simply towards war, man-machine war. Used the database is mysql, create a table, players can achieve query, change personal information functions. Graph
mine_cleaner
- 用C语言编写的扫雷游戏,稍加修改可以实现更多功能,如雷数设置等-Using C language game of mine, a little change can achieve more functionality, set the number of such thunderous
wuziqi
- 用matlab编写的简单的五子棋界面源码-a simple interface source programmed by matlab
TactionGameAI
- 运用人工智能做了一个基于VC平台的 人家对战的五子棋游戏!-Use of artificial intelligence made a VC-based platform for people multiplayer backgammon game!
ctuixiangzi
- C#推箱子游戏源码版,推箱子游戏以前发过C#版的,这次是另一位C#达人所写,比较一下有什么异同吧,这对编写C#游戏帮助比较大-C# source code version of Sokoban game, Sokoban game previously sent a C# version, this is another one written in C# Daren and compare the similarities and differences between what is ri
netjunqi
- C#版网络军棋源码下载,第一排不允许放置炸弹,放置地雷在后两排,军旗只能在大本营。 第一排不允许放置炸弹,第1,2,3,4排不允许放置地雷, 自己的军旗只能放置在大本营 炸弹控件编号4,5,第一排(y1=12)不允许放置炸弹。 说明: Debug目录中的(1)MyFile1.txt保存自己方布阵图,MyFile2.txt保存对方布阵图,是一个字节文件。-C# version of Network Junji source code downlo
cshressnet
- C# 网络中国象棋源码下载,棋谱格式("前三位数字,第四位点号,第5位空格,第6--9位红方走棋信息,") ,棋谱格式("第10,11位空格,第12--15位黑方走棋信息,")。 -C# Network Chinese chess source code download, chess format (" the first three digits, the fourth point, No. 5 spaces, 6- 9 red side playing chess informat
gongzhusrc
- 首先给扑克牌中每张牌设定一个编号,下面算法实现的编号规则如下: 红桃按照从小到大依次为:1-13 方块按照从小到大依次为:14-26 黑桃按照从小到大依次为:27-39 梅花按照从小到大依次为:40-52 小王为53,大王为54 算法实现如下: 首先按照以上编号规则初始化一个包含108个数字的数组每次随机从该数组中抽取一个数字,分配给保存玩家数据的数组 -Each card poker in the first set to