# gomoku_server **Repository Path**: searchstar/gomoku_server ## Basic Information - **Project Name**: gomoku_server - **Description**: No description available - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-07 - **Last Updated**: 2021-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gomoku_server #### Description server of gomoku #### Installation 1. Install dependencies - boost_system - libwebsocketpp 2. Compile ```shell mkdir build cd build cmake .. make ``` Then the executable of server is in the directory "build". 3. Run ```shell ./gomoku_server 8013 ```