mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-15 03:50:12 +02:00
IPVGO: Updated DocString for the gameState object to correctly state that a null move is returned when the opponent passes or when there is no previous move. (#2158)
This commit is contained in:
@@ -289,7 +289,7 @@ export function getHistory(): string[][] {
|
||||
/**
|
||||
* Gets the status of the current game.
|
||||
* Shows the current player, current score, and the previous move coordinates.
|
||||
* Previous move coordinates will be [-1, -1] for a pass, or if there are no prior moves.
|
||||
* Previous move will be null for a pass, or if there are no prior moves.
|
||||
*
|
||||
* Also provides the white player's komi (bonus starting score), and the amount of bonus cycles from offline time remaining
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user