/ReactPrac

Primary LanguageJavaScript

Gobang Game

This project was bootstrapped with Create React App.

Combat with AI to win the game.

git clone git@github.com:knight3001/ReactPrac.git

npm start

tip

You can trigger the Secret Cheat Mode with a magic button, try to find it.

Recommend VS Code Extensions

Babel ES6/ES7 -- dzannotti

npm -- egamma

ESLint -- Dirk Baeumer

Deploy to GitHub Pages

npm install --save-dev gh-pages
npm run deploy (git must be a global command)