exercism / prolog

Exercism exercises in Prolog.
https://exercism.org/tracks/prolog
MIT License
29 stars 39 forks source link

Queen Attack has misleading exercise start #179

Closed m3m0ry closed 2 years ago

m3m0ry commented 2 years ago

The exercise start suggests that the board is from (1,1) to (8,8).

However, the tests seem to think that (0,0) till (7,7) is a valid chess board.

It should be:

% dimensions, e.g. (0,0) or (3,3).
ErikSchierboom commented 2 years ago

Closed by #180