Top "Gomoku" questions

What would be a good AI strategy to play Gomoku?

I'm writing a game that's a variant of Gomoku. Basically a tic tac toe on a huge board. Wondering if …

artificial-intelligence minimax gomoku
PHP session not working with JQuery Ajax?

Update, Solved: After all this I found out that I was calling an old version of my code in the …

php jquery ajax gomoku
Gomoku array-based AI-algorithm?

Way way back (think 20+ years) I encountered a Gomoku game source code in a magazine that I typed in for …

algorithm artificial-intelligence gomoku weighted
A good Minimax representation in Gomoku?

I am trying to code a Gomoku (five in a row) game in Java as an individual project. For the …

java minimax gomoku