Skip to content

Commit

Permalink
Merge pull request #201 from TongZhengHong/branch-ug-format-4
Browse files Browse the repository at this point in the history
Remove json tag in code block
  • Loading branch information
onx001 authored Nov 14, 2023
2 parents 21b3717 + d74d6d3 commit 7a30a43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,14 +641,11 @@ Tasks data are saved automatically in a text (.txt) file `<JAR file location>/da

The format of the saved game in the storage file is as follows:

```json
```java
[CURRENT_PLAYER_COLOR] // Either BLACK or WHITE
[GAME_DIFFICULTY] // Integer from 1 - 3
[NEXT_TURN_COLOR] // Either BLACK or WHITE
[GAME_DIFFICULTY] // Integer from 1 to 3
[HUMAN_MOVE_HISTORY] // delimited by ','
[CPU_MOVE_HISTORY] // delimited by ','
[CHESS_BOARD_PIECE] // Next 8 lines of 8 characters each
[hasMoved_FLAGS] // Next 8 lines of 8 characters each
```

## FAQ
Expand Down

0 comments on commit 7a30a43

Please sign in to comment.