/gomoku_wasm

Play against the Gomoku AI powered by webassembly

Primary LanguageJavaScriptMIT LicenseMIT

gomoku_wasm

Play against the Gomoku AI powered by webassembly. An instance of this game is hosted at now.sh.

Usage

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.