diff --git a/README.md b/README.md index 957926c..1abf445 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,17 @@ 并修改 BaseDao 中的数据库变量,和 MyClient 中的 ip 地址,就可以进行联机对战了。 by [vencc](https://github.com/vencc/game) + + + + +Java Gomoku Client Application +This application is a Gomoku (Five in a Row) client developed in Java, designed to support online multiplayer gaming. + +This project is intended for beginners and does not incorporate complex frameworks or advanced programming techniques. + +For local testing, the application can be launched and played against an AI opponent without any modifications. + +For online gameplay, a database must be established with a user table comprising the following columns in sequence: name, fileName, winNum, loseNum, tiedNum. Additionally, modifications are required for the database parameters in the BaseDao and the IP address in MyClient to facilitate online matches. + +Developed by vencc.