Play against the Gomoku AI powered by webassembly. An instance of this game is hosted at now.sh.
Install Emcripten and make sure emcc is in your path. And then, run these commands.
git clone https://github.com/bshankar/gomoku_wasm.git
cd gomoku_wasm/gomoku/src/
make
Open index.html in a web browser.