bitburner-src/markdown/bitburner.go.getmovehistory.md
2024-09-07 17:29:23 -07:00

581 B

Home > bitburner > Go > getMoveHistory

Go.getMoveHistory() method

Returns all the prior moves in the current game, as an array of simple board states.

For example, a single 5x5 prior move board might look like this:

<br/> "XX.O.",<br/> "X..OO",<br/> ".XO..",<br/> "XXO.\#",<br/> ".XO.\#",<br/>

Signature:

getMoveHistory(): string[][];

Returns:

string[][]