A Tic-Tac-Toe game written when I was drunk 🍻. Please help me fix it.
We would like to write a single page application of Tic-Tac-Toe game.
Tic-Tac-Toe is a game in which two players take turns to place their own marks (O and X) on a 3x3 board. The one who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins.
Start the project:
npm install
npm start
Run test cases
npm run test
# In watch mode
npm run test:watch
powered by React Boilerplate
This project is licensed under the MIT license, Copyright (c) 2020 Calvin Lau. For more information see LICENSE.md
.