CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java game server client

搜索资源列表

  1. java海上的小游戏

    1下载:
  2. 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6220
    • 提供者:刘亮
  1. wzq_star

    0下载:
  2. 1.用applet实现一个简单的网络五子棋, 包括服务器端,和客户端,2.客户端通个一用户名连接到服务器,选择进入一个房间与另一人进行游戏。3.服务器控制客户间的信息流通。由于初学JAVA用到的技术简单易懂, 很适合初学者参考。-1. Using a simple applet to achieve the 331 network, including server and client, 2. client-a-users connect to the server, chose to
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:30947
    • 提供者:星星
  1. stendhal-0.48

    0下载:
  2. 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:3445538
    • 提供者:蛤蟆
  1. Poker

    1下载:
  2. Java通过socket+swing实现一个简单的网络版有声斗地主游戏。包括服务器和客户端代码。-Java socket implementation through a simple sound Landlords game. Including server and client code.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:636542
    • 提供者:
  1. javawuziqi

    0下载:
  2. 实现了一个网络五子棋的对弈程序,拥有一个独立服务器端、支持多个客户端连接。-The realization of a network of game Gobang procedures, to have an independent server-side, support for multiple client connections.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:80937
    • 提供者:夏云
  1. simgame

    1下载:
  2. 使用Java 编制的小游戏,实现了客户端与服务器端的简单连接-Prepared using the Java game to achieve the client and server-side of the simple connection
  3. 所属分类:Java Develop

    • 发布日期:2015-09-21
    • 文件大小:6909
    • 提供者:li
  1. game

    0下载:
  2. 使用 Java开发的一个猜数字游戏,应用了客户端和服务器端的技术-Use Java to develop a game猜数字, application of the client and server-side technology
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:li
  1. bomberman

    0下载:
  2. A client/server application that implements the game of Boomberman. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:114848
    • 提供者:irwansyah
  1. source

    0下载:
  2. 坦克大战:有客户端和服务器端,实现简单的游戏功能-Battle City: There are client and server-side to achieve a simple game features
  3. 所属分类:Game Program

    • 发布日期:2017-05-06
    • 文件大小:1302884
    • 提供者:chenjie
  1. XiangQi

    0下载:
  2. 运行于手机上的中国象棋游戏,基于JAVA J2ME技术,本游戏分服务端和客户端,导入JAR包即可在手机上运行,内有开发文档和使用说明。-Running on mobile phones on the Chinese chess game, based on JAVA J2ME technology, this game is sub-server and client, import the JAR packages can run on mobile devices, which have d
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:443789
    • 提供者:197
  1. gamehall

    0下载:
  2. 类似于联众的游戏大厅登陆界面,做的是拖拉机(升级)的进入界面,有一个服务器和4个客户端的程序组成,当客户端有人进去之后,会在其他客户端和大厅里面显示有人进入并且可以显示进入者的姓名,亦可以更改位置,当然别人坐着的位置不可更改。-Game is similar to OurGame hall landing interface, so that the tractor (upgrade) the entry interface, there is a server and four client-
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:67541
    • 提供者:韩炜
  1. NetGame

    1下载:
  2. 一个网络版的井字棋游戏,利用serverSocker和socket编程,很有意思的,可以把服务器和客户端分开。-A network version of Tic-Tac-chess game, using serverSocker and socket programming, very interesting, and can separate the server and client.
  3. 所属分类:Java Develop

    • 发布日期:2015-09-21
    • 文件大小:26360
    • 提供者:周松文
  1. wzq

    0下载:
  2. 基于Java环境下的网络五子棋游戏开发,使用JAVA语言实现,通过对图形界面,绘图,布局管理器等去构造出游戏的单机功能,在此基础上,利用SCOKET的知识,建立起服务器与客户端之间的连接,利用多线程技术来处理服务器端与客户端之间的数据传输,通信问题,使得客户端和服务器端之间能够同步的进行处理。-Web-based Java environment Gobang game development, using the JAVA language, through the graphical int
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:60006
    • 提供者:程慧敏
  1. TicTacToeImpl.java

    0下载:
  2. this is a tictio game developed in java .this is client server game.
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:1292
    • 提供者:ag
  1. UDPGAME

    0下载:
  2. Client server udp java game
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:19461
    • 提供者:Muthanna
  1. Java

    0下载:
  2. 使用Java编写的一个坦克大战小游戏,包括服务器和客户端。-A Java game called Tankmania including a client and a server.
  3. 所属分类:Shot Game

    • 发布日期:2017-04-05
    • 文件大小:1015941
    • 提供者:宁汐
  1. tank(java)

    0下载:
  2. java版本的tank游戏源码。包括client和server,10多个文件就实现了坦克小游戏。-tank game source java version. Including client and server, 10 more files on the realization of a tank game.
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:49012
    • 提供者:何鹏飞
  1. Java网络五子棋2

    0下载:
  2. JAVA程序编写的五子棋游戏,分客户端与服务端编写(JAVA programming Gobang game, sub client and server writing)
  3. 所属分类:游戏

    • 发布日期:2017-12-25
    • 文件大小:49152
    • 提供者:wass107201
  1. Server Beta 2017

    0下载:
  2. This is Server PointBlank Offline 2016 (JAVA) (Game Server PC) Client PB Garena Indonisia TAM , Russia PBTH
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:10847232
    • 提供者:hibari
  1. Android 手机联网对战 中国象棋 游戏源码

    1下载:
  2. Android 中国象棋游戏 可以网络对战,分为客户端和服务端,客户端为 Android 应用,服务端使用Java语言实现,数据库为MySQL,使用到了Socket和多线程技术。(An Android Chinese chess game which can be network to combat, divided into client and server, client is Android application, server uses Java language, database
  3. 所属分类:android开发

    • 发布日期:2018-05-01
    • 文件大小:8585216
    • 提供者:啊小小小
« 12 »
搜珍网 www.dssz.com