Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.