You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@bupjae I see that the documentation needs to be updated. However, I'm not sure I understand the title of the issue "Insufficient alternative for ns.go.analysis.getValidMoves()". Is there some other state access you are looking for that would help with what you are doing?
(You are correct, the player will need to keep track of the move history themselves to fully replace getValidMoves(), and the docs should say that )
Currenr dev branch
bitburner-src/markdown/bitburner.goanalysis.getvalidmoves.md
Line 26 in 23f98c1
We also have to determine getMoveHistory() to comply no-repeat rule.
bitburner-src/src/Go/boardAnalysis/boardAnalysis.ts
Lines 46 to 47 in 23f98c1
The comment says only one board of history is checked, but the code actually checks full history.
The text was updated successfully, but these errors were encountered: