Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 353 Bytes

GOMOKU in React JS

This is a personal project: Traditional Gomoku game(five-in-a-row) played by 2 players.

gomoku-react

Where to try

https://positive235.github.io/gomoku-react/

How to run

cd gomoku-react
cd gomoku
npm i
npm start