2023-12-26 17:45:27 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Go ](./bitburner.go.md ) > [resetBoardState ](./bitburner.go.resetboardstate.md )
## Go.resetBoardState() method
Gets new IPvGO subnet with the specified size owned by the listed faction, ready for the player to make a move. This will reset your win streak if the current game is not complete and you have already made moves.
Note that some factions will have a few routers on the subnet at this state.
2024-06-03 02:41:31 +02:00
opponent is "Netburners" or "Slum Snakes" or "The Black Hand" or "Tetrads" or "Daedalus" or "Illuminati" or "????????????" or "No AI",
2023-12-26 17:45:27 +01:00
**Signature:**
```typescript
2023-12-26 17:53:27 +01:00
resetBoardState(opponent: GoOpponent, boardSize: 5 | 7 | 9 | 13): string[] | undefined;
2023-12-26 17:45:27 +01:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2023-12-26 17:53:27 +01:00
| opponent | [GoOpponent ](./bitburner.goopponent.md ) | |
2023-12-26 17:45:27 +01:00
| boardSize | 5 \| 7 \| 9 \| 13 | |
**Returns:**
string\[\] \| undefined
a simplified version of the board state as an array of strings representing the board columns. See ns.Go.getBoardState() for full details
## Remarks
RAM cost: 0 GB