Many variables used by the player are incorrectly created as global variables. For example, the patterns used by the Parser and many counter variables used in "for" loops can be accessed from the browser's console.
All these variables should be local variables to improve the player's performance.
Many variables used by the player are incorrectly created as global variables. For example, the patterns used by the Parser and many counter variables used in "for" loops can be accessed from the browser's console.
All these variables should be local variables to improve the player's performance.