raulvillares / 3sacrowd

Tic-Tac-Toe puzzle using plain javascript :video_game:
https://raulvillares.github.io/3sacrowd/index.html
35 stars 69 forks source link

Achieved Codacy 'A' Grade #33

Closed LeonSinclair closed 6 years ago

LeonSinclair commented 6 years ago

Deleted the require js files as they were not used and were the source of many Codacy issues. Fixed two small codacy js errors in the dummy test files.

raulvillares commented 6 years ago

Use THIS VERSION of Requirejs instead of the minified version (the one used till now).

Maybe the Codacy issues related to Requirejs are becase of that.