登录
首页 » Java » game-master

game-master

于 2017-07-05 发布 文件大小:3933KB
0 221
下载积分: 1 下载次数: 2

代码说明:

  用java实现五子棋游戏,可以联机玩也可以单机玩(Gobang game with Java, you can play online, you can also play alone)

文件列表:

game-master\.classpath
game-master\.gitignore
game-master\.project
game-master\.settings\org.eclipse.jdt.core.prefs
game-master\pmfn0agt.v5d.txt
game-master\README.md
game-master\resource\audio\down.wav
game-master\resource\audio\loser.wav
game-master\resource\audio\pingju.wav
game-master\resource\audio\start.wav
game-master\resource\audio\stop.wav
game-master\resource\audio\winner.wav
game-master\resource\imag\back.png
game-master\resource\imag\black.png
game-master\resource\imag\bt1.png
game-master\resource\imag\bt1small.png
game-master\resource\imag\chart.png
game-master\resource\imag\floatPane.png
game-master\resource\imag\home.png
game-master\resource\imag\kong.png
game-master\resource\imag\logo.png
game-master\resource\imag\loser.png
game-master\resource\imag\pan.png
game-master\resource\imag\ready.png
game-master\resource\imag\room.png
game-master\resource\imag\sendmail.jpg
game-master\resource\imag\Sendmailframe.png
game-master\resource\imag\table.png
game-master\resource\imag\ting.png
game-master\resource\imag\touxiang.png
game-master\resource\imag\white.png
game-master\resource\imag\winner.png
game-master\resource\lib\dsn.jar
game-master\resource\lib\gimap.jar
game-master\resource\lib\imap.jar
game-master\resource\lib\javax.mail.jar
game-master\resource\lib\JTattoo.jar
game-master\resource\lib\mailapi.jar
game-master\resource\lib\mysql-connector-java-5.0.3-bin.jar
game-master\resource\lib\pop3.jar
game-master\resource\lib\smtp.jar
game-master\resource\photo\1.jpg
game-master\resource\photo\10.jpg
game-master\resource\photo\11.jpg
game-master\resource\photo\12.jpg
game-master\resource\photo\13.jpg
game-master\resource\photo\14.jpg
game-master\resource\photo\15.jpg
game-master\resource\photo\16.jpg
game-master\resource\photo\17.jpg
game-master\resource\photo\18.jpg
game-master\resource\photo\19.jpg
game-master\resource\photo\2.jpg
game-master\resource\photo\3.jpg
game-master\resource\photo\4.jpg
game-master\resource\photo\5.jpg
game-master\resource\photo\6.jpg
game-master\resource\photo\7.jpg
game-master\resource\photo\8.jpg
game-master\resource\photo\9.jpg
game-master\resource\sql数据库\fivechess.sql
game-master\resource\五子棋.docx
game-master\src\chess\ChessTable.java
game-master\src\chess\Home.java
game-master\src\chess\HumanThread.java
game-master\src\chess\Main.java
game-master\src\chess\NameDialog.java
game-master\src\chess\Personal.java
game-master\src\chess\RobotThread.java
game-master\src\chess\Room.java
game-master\src\chess\RoomList.java
game-master\src\chess\SendmailFrame.java
game-master\src\chess\WinNumFrame.java
game-master\src\dao\BaseDao.java
game-master\src\dao\IUserDao.java
game-master\src\dao\IUserDaoImp.java
game-master\src\entity\RoomPojo.java
game-master\src\entity\UpdatePicture.java
game-master\src\entity\User.java
game-master\src\msg\BaseMsg.java
game-master\src\msg\ClientBackChess.java
game-master\src\msg\ClientBackResult.java
game-master\src\msg\ClientBeReady.java
game-master\src\msg\ClientClickChatMsg.java
game-master\src\msg\ClientClickRoomMsg.java
game-master\src\msg\ClientClickUpdateMsg.java
game-master\src\msg\ClientGameOver.java
game-master\src\msg\ClientLoginMsg.java
game-master\src\msg\ClientLogoutMsg.java
game-master\src\msg\ClientMovePieces.java
game-master\src\msg\ClientOffMsg.java
game-master\src\msg\ClientOutRoomMsg.java
game-master\src\msg\ClientQuickEnterMsg.java
game-master\src\msg\ServerBackChess.java
game-master\src\msg\ServerBackFail.java
game-master\src\msg\ServerBackSucceed.java
game-master\src\msg\ServerBeReady.java
game-master\src\msg\ServerDefeatmsg.java
game-master\src\msg\ServerDidLogMsg.java
game-master\src\msg\ServerEnterRoomMsg.java

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GoMoKu
    使用C++开发的多人五子棋网络对战游戏,支持多对玩家同时在线游戏(Using C++ to develop multi player Gobang network game, supporting multiple players online games simultaneously)
    2018-09-27 14:49:29下载
    积分:1
  • WeiQiClient
    围棋客户端代码,功能齐全好用。下棋 棋谱啥都有(Go client code, fully functional and easy to use. There is everything in chess and chess)
    2020-06-17 22:20:01下载
    积分:1
  • wuziqi
    五子棋游戏源码,界面优美经典,编程思路清晰,非常适合学习。(Backgammon game source code, interface and beautiful classic programming ideas clearly, very suitable for learning.)
    2013-04-05 23:20:51下载
    积分:1
  • DriectX 2D引擎
    windows下的一套棋牌游戏的代码,源码设置了多个拓展接口方面各个功能的二次开发(Windows under a set of board and card game code, the source code set up a number of expansion interface aspects of the secondary development of various functions)
    2019-05-05 11:36:22下载
    积分:1
  • -the-poker-game
    本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said. Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
    2013-08-19 15:13:48下载
    积分:1
  • tmp
    编写一个模拟人工洗牌的程序,将洗好的牌分别发给四个人。 使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。(Write a simulation program manual shuffle, the cards were sent to wash a good four. Card use to describe the structure of a card, with the random function to simulate the manual process of shuffling, and finally wash the good order of 52 cards were issued to four people. Cards for each person according to the rules of bridge output. That is, a person' s license have to press the card suit (in order of clubs, diamonds, hearts and spades) classification, the same type of licenses to press A, K, Q, J, ..., 3,2 card the size of the order. The other four licensing the order should be distributed.)
    2011-11-30 13:15:30下载
    积分:1
  • C+++Weekend+Crash+Course
    C+++Weekend+Crash+Course这是一个中国象棋的原代码(C+++ Weekend+ Crash+ Course This is a Chinese chess original code)
    2008-07-04 11:19:10下载
    积分:1
  • pairs
    qt小游戏,翻扑克牌,每次最多翻两张,两个牌相同就移除,直到所有牌都移除完。考记忆力(qt games, turned poker, each up to turn two, two identical cards to remove, until all the cards are removed finish. Memory test)
    2013-06-03 09:09:04下载
    积分:1
  • SimpleTetrisGame
    说明:  俄罗斯方块 一道简易的俄罗斯方块的制作 附源代码(Tetris Tetris together simple source code for the production of by-laws)
    2008-11-29 20:14:20下载
    积分:1
  • checker
    英国国际跳棋(英国英语)或跳棋(美国英语、加拿大英语),又称美国跳棋或直棋,是一种棋盘游戏棋。它是在一个8×8方板(共六十四平方)每侧有十二块。棋子的移动和捕获对角。他们可能只前进直到他们到达的板的另一端,当他们加冕,然后可以移动和捕获的向后和向前的。(English draughts (British English) or checkers (American English and Canadian English), also called American checkers or Straight checkers, is a form of the board game draughts. It is played on an 8×8 square board (with sixty-four total squares) with twelve pieces on each side. The pieces move and capture diagonally. They may only move forward until they reach the opposite end of the board, when they are crowned and may thereafter move and capture both backward and forward.)
    2013-05-18 23:18:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载