This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Strange output in obfuscated JAR #32
-
Beta Was this translation helpful? Give feedback.
Answered by
Derppening
Sep 30, 2021
Replies: 1 comment
-
|
This is expected behavior. When implementing the In other words, since this part is not implemented by you, you don't need to care about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khleebi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This is expected behavior. When implementing the
GameSerializerclass, I ignore all characters which are outside the boundaries of the gameboard size declared in the first two lines.In other words, since this part is not implemented by you, you don't need to care about it.