Open bupjae opened 3 months ago
You might want to open this as either an issue or a PR, commenting on the repo will get lost.
I think I just created (= open?) the issue, including current repo as link.
I didn't know it is possible to comment on the repo directly.
Oh weird, this is an issue. I was just brain-farting when looking at it.
Yeah, it is possible to comment on the repo directly. I'm not sure how, but I've seen it done by someone in a different repo that I have notifications on. XD
Currenr dev branch
https://github.com/bitburner-official/bitburner-src/blob/23f98c1ff6cbff0953dd6ce348433a3d5aa2d851/markdown/bitburner.goanalysis.getvalidmoves.md?plain=1#L26
We also have to determine getMoveHistory() to comply no-repeat rule.
https://github.com/bitburner-official/bitburner-src/blob/23f98c1ff6cbff0953dd6ce348433a3d5aa2d851/src/Go/boardAnalysis/boardAnalysis.ts#L46-L47
The comment says only one board of history is checked, but the code actually checks full history.