An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Gomoku | 五子棋

![gomoku](https://user-images.githubusercontent.com/26239939/44562305-9791af00-a78b-11e8-904b-cf7f709299fa.gif)

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).