资源列表
five-in-a-row
- 用批处理实现的五子棋。受到dos的限制,不是很美观。-In batch of realization by the limit renju DOS, not very beautiful
two-people-chess
- 实现两个人对弈,边听边对弈,非常好玩好用,大家可以-two people make chess
hrd1
- 一个很小的华容道游戏代码, 用户可以走棋,功能不是很强大,但重在简单-A small Huarong game code, the user can go chess, features not very powerful, but it focuses on a simple
caishuzi
- 实现双人下围棋功能 以及实现各种保存棋盘,而且可以悔棋等功能-Realize double play weiqi function and the realization of different save board, and can HuiQi etc. Function
count24
- 这是一个有趣的计算24点的程序.可以在1秒种之内解决任何计算24的问题. 当然想算25, 26... 也是可以的. 希望以此作为24问题的终结. -This is an interesting calculation procedures of 24 points. In an seconds within 24 to resolve any calculation of the problem. Of course, count to 25, 26 ... as well as I can.
hei-bai-qi
- 黑白棋:具有简单黑白棋的功能的小程序,简单模拟游戏。-hei bai qi.
fallSeven
- 屏幕滚动 是俄罗斯方块的简易程序,可以实现基本功能,没有添加声音文件
围棋
- 围棋打谱程序 用JAVA进行编写 比较简单-Go play with Java spectrum procedures for the preparation of relatively simple
xipai
- 准确地实现了发牌洗牌算法,为斗地主算法提供基础-Accurately to achieve the licensing shuffle algorithm, provide the basis for the algorithm斗地主
wuziqi
- 此为用c语言编译五子棋的源代码,没什么大功能,编译后可以进行简单的五子棋游戏-This is compiled using c language source code backgammon, no big features, compiled backgammon game can be simple
wuziqi
- 是用C写的五子棋,已经调试过了,请放心下载,有不完善的请指教-Is written in C Gobang have been debugging, please rest assured download, any problems Please advice
Blackjack
- 21点一般用到1-8副牌。庄家给每个玩家发两张牌,牌面朝上;给自己发两张牌,一张牌面朝上(叫明牌),一张牌面朝下(叫暗牌)。大家手中扑克点数的计算是:K、Q、J 和 10 牌都算作 10 点。 A 牌既可算作1 点也可算作11 点,由玩家自己决定。其余所有2 至9 牌均按其原面值计算。首先玩家开始要牌,如果玩家拿到的前两张牌是一张 A 和一张10点牌,就拥有黑杰克 (Blackjack);此时,如果庄家没有黑杰克,玩家就能赢得2倍的赌金(1赔2)。没有黑杰克的玩家可以继续拿牌,可以随意要多少张。