Skip to content

proustibat/tic-tac-toe

Repository files navigation

Build Status Sonar quality gate Code Climate Code Climate Code Climate

Greenkeeper badge dependencies Status devDependencies Status GitHub license

Repo stats

GitHub top language GitHub language count GitHub code size in bytes GitHub repo size in bytes GitHub last commit Maintenance

TIC TAC TOE insight.io ready

A simple tic tac toe game in ES6

Installation

 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.

Watching for development

yarn start

You can use npm start if you would rather not use yarn.

Building

yarn build

You can use npm run build if you would rather not use yarn.

Sonarcloud indicators

Complexity

How simple or complicated the control flow of the application is.

Complexity Complexity per file Cognitive Complexity

Documentation & sizes

Lines Lines of code Comment lines Comments (%)

Directories Files Classes Functions

Duplications

Duplicated blocks Duplicated lines

Issues

Open issues Confirmed issues Won't fix issues

Maintainability

Issues in this domain mark code that will be more difficult to update competently than it should

Code smells SQALE Rating

Technical debt

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)

Technical debt Technical debt ratio

Reliability

Issues in this domain mark code where you will get behavior other than what was expected.

Bugs Reliability remediation effort Reliability Rating

Security

Vulnerabilities Security remediation effort	Security Rating