You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASCII Terminal implementation of the Gomoku game, with MiniMax algorithm & Alpha/Beta pruning. Runs in your terminal and only requires your arrow keys, and Enter/Space to move. Also provides a networked HTTPD version and a http client that can play with the server (optionally via haproxy for concurrency).
This is a Gomoku/Renju program developed by Sun and Xiaorong Wang. The engine part is written by Sun using C and the UI part is written by Xiaorong Wang using C++.