/tic-tac-toe-interview

Tic-Tac-Toe Interview Question

Primary LanguageJavaScript

Tic Tac Toe

A Tic-Tac-Toe game written when I was drunk 🍻. Please help me fix it.

Background

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.

How to run?

Start the project:

npm install
npm start

Run test cases

npm run test

# In watch mode
npm run test:watch

Credits

powered by React Boilerplate

License

This project is licensed under the MIT license, Copyright (c) 2020 Calvin Lau. For more information see LICENSE.md.