| Summary: | Gameboard continues shuffling after game ended | ||
|---|---|---|---|
| Product: | Limited Linking Kindergarten | Reporter: | qihuadong2-c |
| Component: | Gameboard | Assignee: | qihuadong2-c |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | dehezhang2-c, ruikangli2-c |
| Priority: | Normal | ||
| Version: | V0.1 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Attachments: |
Capture of console
Capture of solution |
||
|
Description
qihuadong2-c
2019-12-05 14:21:36 HKT
Created attachment 39 [details]
Capture of console
Created attachment 40 [details]
Capture of solution
Comment on attachment 40 [details]
Capture of solution
In src/Board.java
Solved by checking the remaining number before executing isSolvable(). The solution code can be viewed in the attachment. |