Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 624 Bytes

File metadata and controls

28 lines (18 loc) · 624 Bytes

MSc project in University of Birmingham: Design an AI to play Gomoku

Game Rule: The first player to achieve a line of five stones in a row wins the game

Requirements

  • React.js
  • Node.js

Getting Started

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.