摘要: 解决返回下五子棋返回 package com.zzx.apackage.view; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.On 阅读全文
posted @ 2022-06-13 22:00 秃头crazy 阅读(22) 评论(0) 推荐(0)
摘要: 实现5*5的方格 protected void showChooseGameSizeDialog() { new AlertDialog.Builder(this) .setNegativeButton( "5 x 5", new DialogInterface.OnClickListener() 阅读全文
posted @ 2022-06-13 21:45 秃头crazy 阅读(30) 评论(0) 推荐(0)
摘要: 分工: zzx:技术算法的实现wzh:前端页面ys:前端页面和事件的绑定 一开始我们设计了三宫格的模块,实现人机对战,双人对战 这个是我们的初步设想:后续还想实现联机功能 阅读全文
posted @ 2022-06-13 20:00 秃头crazy 阅读(17) 评论(0) 推荐(0)