gomoku-mono-repo.This monorepo contains both the ASCII Terminal implementation of the Gomoku game, with the MiniMax algorithm & Alpha/Beta pruning, AND the networked version with ReactJS frontend, FastAPI python server with PostgreSQL, envoy proxy in front of C-based gomoku-httpd stateless servers. FastAPI proxies /game to Envoy, the rest it handles itself.