Skip to content

Commit

Permalink
Add .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasR committed Nov 25, 2017
1 parent 765b546 commit 62211a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ratings:
paths:
- src/**
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Nonogram Solver

[![npm version](https://img.shields.io/npm/v/nonogram-solver.svg)](https://www.npmjs.com/package/nonogram-solver)
[![Build Status](https://img.shields.io/travis/ThomasR/nonogram-solver.svg)](https://travis-ci.org/ThomasR/nonogram-solver)
[![Test Coverage](https://img.shields.io/codeclimate/coverage/github/ThomasR/nonogram-solver.svg)](https://codeclimate.com/github/ThomasR/nonogram-solver/coverage)
[![Code Climate](https://img.shields.io/codeclimate/github/ThomasR/nonogram-solver.svg)](https://codeclimate.com/github/ThomasR/nonogram-solver/code)

Solves black and white Nonogram puzzles (also known as Griddlers, Picross, Hanjie, Japanese Crosswords).
Can solve large puzzles (>100x100) with low memory usage. Typically requires less than a second for small to medium puzzles.
Expand Down

0 comments on commit 62211a5

Please sign in to comment.