登录
首页 » Android » 可以联网中国象棋Android源码

可以联网中国象棋Android源码

于 2022-03-11 发布 文件大小:8.17 MB
0 196
下载积分: 2 下载次数: 1

代码说明:

基于安卓的象棋项目源码,为联网游戏而设计的。配有java服务端,不过只能单开。我没有测试具体的功能,感兴趣的可以自己链接数据库试试吧。下面是运行指南和开发设计文档。 本源码分为客户端和服务端 客户端编译即可运行,socket连接为:127.0.0.1:9898 运行服务端时,需要使用MySQL建表,建表语句如下: create database chinachess;  use chinachess;  create table user( id int primary key auto_increment,  name char(10) unique not null, password char(16) not null, head int default 0, score int default 0, victory_count int default 0, defeat_count int default 0, draw_count int default 0, join_time datetime ) charset utf8 collate utf8_general_ci; 服务端DbUtil.java里面有连接数据库的配置 功能  1:登陆  2.注册  3.消息  4:匹配游戏  5:走棋  6:求和  7:同意求和  * 8:悔棋  * 9:同意悔棋  * 10:认输

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

发表评论

0 个回复

  • gomoku-master
    android game The name "Gomoku" is from the Japanese language, in which it is referred to as gomokunarabe . Go means five, moku is a counter word for pieces and narabe means line-up. The game is also popular in Korea, where it is called omok which has the same structure and origin as the Japanese name. It is said to have originated in China with the name Wu Zi Qi . In the nineteenth century, the game was introduced to Britain where it was known as Go Bang, said to be a corruption of the Japanese word goban, said to be adopted from Chinese k i pan chess-board.
    2014-03-22 16:20:19下载
    积分:1
  • 简单网络视频播放
    简单网络视频播放
    2013-07-13下载
    积分:1
  • Android瀑布流布局的美女图片大全APP源码
    Android美女图片大全APP源码 ,采用瀑布流布局,很漂亮很个性,左侧带有伸缩隐藏式菜单列表,整个APP界面设计相当漂亮,压缩包内包括了两个文件夹:   WaterFallListView为瀑布流布局的例子;   Girst是美女图片大全的APP源码。这个应用里面有很多图片特效,比如广告图片自动轮播、轻触放大或缩小图片等,关于广告图片自动轮播效果,采用了一个控件,集合ViewPager和指示器的一个轮播控件,主要用于一般常见的广告图片轮播,具有自动轮播和手动轮播功能,具体的用法:只需在xml文件中使用{@code } ,然后在页面中调用 {@link #setImageResources(ArrayList, ImageCycleViewListener) }即可!   另外提供{@link #startImageCycle() } {@link #pushImageCycle() }两种方法,用于在Activity不可见之时节省资源;因为自动轮播需要进行控制,有利于内存管理,
    2022-08-03 21:09:29下载
    积分:1
  • android buletooth通信
    通过蓝牙实现安卓设备连接,通过socket进行通信。界面友好,是github上的开源项目。之前上传过一个类似的,现在想换取积分拿到一个蓝牙的代码。
    2022-01-22 17:32:05下载
    积分:1
  • ListView分页异步加载数据
    ListView分页异步加载数据
    2014-01-08下载
    积分:1
  • 一个Android的关机重启程序,正常用在remix上使用正常
    一个Android的关机重启程序,正常用在remix上使用正常,可以迅速关机,重启,自动适配分辨率,自己编写用在技德的Remix上。
    2022-06-26 16:13:10下载
    积分:1
  • Android 生活壁纸
    这是来自于 GITHUB 的 Android 生活壁纸代码。 根据您当前的位置情况下,背景选择从 Flickr。数以百万计的世界位置和几十亿张照片,你会发现? 此版本是目前为 Nexus One 进行优化。我们会很快的目标更多的电话。
    2022-08-11 10:49:51下载
    积分:1
  • 七自由度汽车模型程序
    七自由度汽车模型程序
    2021-05-06下载
    积分:1
  • 转盘抽奖
    转盘抽奖
    2014-09-03下载
    积分:1
  • android listview 动画
    android listview 动画
    2014-04-24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载