mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
DOCUMENTATION: Fix newline issues in IPvGO docs and add missing RAM cost (#2602)
This commit is contained in:
@@ -8,19 +8,15 @@ Returns all the prior moves in the current game, as an array of simple board sta
|
||||
|
||||
For example, a single 5x5 prior move board might look like this:
|
||||
|
||||
\[
|
||||
|
||||
"XX.O.",
|
||||
|
||||
"X..OO",
|
||||
|
||||
".XO..",
|
||||
|
||||
"XXO.\#",
|
||||
|
||||
".XO.\#",
|
||||
|
||||
\]
|
||||
```
|
||||
[
|
||||
"XX.O.",
|
||||
"X..OO",
|
||||
".XO..",
|
||||
"XXO.#",
|
||||
".XO.#",
|
||||
]
|
||||
```
|
||||
|
||||
**Signature:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user