Game Rule: The first player to achieve a line of five stones in a row wins the game
- React.js
- Node.js
To get started, first clone this repository:
git clone https://github.com/Honghao-Zheng/gomoku-game.git
cd gomoku-game
Then install the dependencies and start the development server:
npm install
npm start
This will start the development server at http://localhost:3000.
