Skip to content

Commit

Permalink
Remove json tag in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
TongZhengHong committed Nov 14, 2023
1 parent 21b3717 commit d74d6d3
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 d74d6d3

Please sign in to comment.