Skip to content

Deduplicate - build a chessboard #82

@hobovsky

Description

@hobovsky

checkerboard / chessboard

  1. Checkerboard Generation
  • 6kyu.
  • Each field is represented by one of "[r]" or "[b]".
  • Satisfaction 91%, ~1000 solutions.
  • 2 pending issues
  • 4 languages + 1 pending translation (Clojure)
  • Published Aug 2014, author inactive.
  1. Checkered Board
  • 6kyu
  • Fields are unicode characters ( and ). Additional bit of difficulty is added because the color of the top left corner depends on input value n. Tests for invalid inputs like strings and negative numbers.
  • Satisfaction 90%, ~900 solutions.
  • 2 pending issues about outdated frameworks and missing random tests.
  • 5 languages (Coffeescript exclusive), no pending translations.
  • Published Nov 2015, author inactive.
  1. ChessBoard
  • 7kyu
  • Fields are represented by a space or '#'.
  • Satisfaction 92%, 140 solutions.
  • 1 pending issue.
  • 1 language, 1 pending translation (PHP exclusive)
  • Published Nov 2016, author inactive.
  1. Chessboard
  • 7kyu.
  • Fields are represented by '*' or '.'. Boards can be rectangular.
  • Satisfaction 88%, 260 solutions.
  • Python only.
  • No pending issues, one suggestion mentioning it's a duplicate.
  • Published May 2016, author inactive.
  1. Python Checkerboard
  • 7kyu
  • A bug fixing kata presenting a bug sometimes encountered by newbies.
  • Satisfaction 89%, 430 solutions.
  • 2 languages, 4 pending translations (but they are suspected to not hold to the bugfixing aspect of the kata).
  • Published Jul 2016.

Conclusion:

Metadata

Metadata

Assignees

Labels

discussion/deduplicateDiscussion and vote what to do with duplicate kata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions