dastyinc / loq0

League of Quoridor v0
0 stars 0 forks source link

Bug that a wall can be overlapped with other wall #3

Closed idearendil closed 1 year ago

idearendil commented 1 year ago

In the test code,

I 8 7 2 I 9 5 1 I 7 7 2

this sequence of actions results in a bug that a wall is overlapped with other wall.

idearendil commented 1 year ago

I don't know it's related, but there is another similar bug. In the test code,

I 8 7 2 I 8 5 1 I 8 6 2

this sequence of actions returns None even if it has not violated any rule, as far as I know.

seo-rii commented 1 year ago

Fixed on 0.0.10