https://github.com/zonggen/gomoku
A Java implementation of Gomoku (Connect Five)
https://github.com/zonggen/gomoku
gomoku java java8 javafx
Last synced: about 1 month ago
JSON representation
A Java implementation of Gomoku (Connect Five)
- Host: GitHub
- URL: https://github.com/zonggen/gomoku
- Owner: zonggen
- Created: 2017-12-10T04:15:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T02:55:39.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T17:49:03.003Z (about 1 year ago)
- Topics: gomoku, java, java8, javafx
- Language: Java
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gomoku | 五子棋

A java implementation of Gomoku (Connect Five) with non-AI algorithm. To execute the program, please download gomoku.jar.
Required version: 1.8+
This algorithm is based on a mechanism that checks scoring before each step and optimizes the scoring difference between computer and human player (Greedy Algorithm).