From 8feaf61be6b397a30d1d079db036487275d131e6 Mon Sep 17 00:00:00 2001 From: ayelet nektalov Date: Tue, 28 Jan 2025 15:08:32 +0200 Subject: [PATCH 1/2] Translated README from Chinese to English --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 957926c..987b0a3 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ 并修改 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 From 99d6fe590fc66c08b68ef1a7db51ec3254dc8e67 Mon Sep 17 00:00:00 2001 From: ayelet nektalov Date: Tue, 28 Jan 2025 16:23:18 +0200 Subject: [PATCH 2/2] Added English translation to README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 987b0a3..1abf445 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,13 @@ by [vencc](https://github.com/vencc/game) - Java Gomoku Client Application +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 + +Developed by vencc.