Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 710 Bytes

README_zh.md

File metadata and controls

29 lines (15 loc) · 710 Bytes

cmp-gobang

English | 中文介绍

基于 Compose Multiplatform 的联机五子棋,实现跨端对弈

How to run

  1. 配置 host 地址

在 string.xml 的 <server_host/> 中添加桌面端的 IP 地址

  1. 运行桌面端

打开 Gradle 面板,点击 desktop/Tasks/compose desktop/run

  1. 运行移动端

点击 android/Tasks/install/installDebug,安装 android 应用

  1. 建立通信
  • 在桌面端点击 [Pair] ,等待出现 "waiting pair..." 文字提示,
  • 手机端点击 [Pair] 等待桌面端提示变为 "paired successfully"
  1. 连接成功,开始对战!