Repo stats
A simple tic tac toe game in ES6
git clone git@github.com:proustibat/tic-tac-toe.git
cd tic-tac-toe.git
yarn install
You can use npm install
if you would rather not use yarn.
yarn start
You can use npm start
if you would rather not use yarn.
yarn build
You can use npm run build
if you would rather not use yarn.
How simple or complicated the control flow of the application is.
Issues in this domain mark code that will be more difficult to update competently than it should
Effort to fix all maintainability issues. The measure is stored in minutes. An 8-hour day is assumed when values are shown in days. (The value of the cost to develop a line of code is 0.06 days)
Issues in this domain mark code where you will get behavior other than what was expected.