# gomoku_wasm **Repository Path**: tryslowly/gomoku_wasm ## Basic Information - **Project Name**: gomoku_wasm - **Description**: 五子棋 WebAssembly - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-17 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * gomoku_wasm Play against the Gomoku AI powered by webassembly. An instance of this game is hosted at [[https://gomoku-wasm.now.sh][now.sh]]. * Usage Install [[http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html][Emcripten]] and make sure emcc is in your path. And then, run these commands. #+BEGIN_SRC shell git clone https://github.com/bshankar/gomoku_wasm.git cd gomoku_wasm/gomoku/src/ make #+END_SRC Open index.html in a web browser.