Remove recursion from uncover function #35

Closed
opened 2020-08-01 01:01:16 +02:00 by FWDekker · 0 comments
Owner

A 99x99 field with few mines cannot currently be uncovered because the recursion between the uncover and chord methods eventually causes a InternalError: too much recursion. Uncovering/chording should be done non-recursively.

A 99x99 field with few mines cannot currently be uncovered because the recursion between the `uncover` and `chord` methods eventually causes a `InternalError: too much recursion`. Uncovering/chording should be done non-recursively.
FWDekker self-assigned this 2020-08-13 13:24:53 +02:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tools/minesweeper#35
No description provided.