Let's assume i have created a simple game, which uses several functions, and is not multiplayer. Is it possible to access the function definitions that i wrote, from within the browser?
Also let's say, for instance, there is a function that has a score
parameter and sends a "you win" message to the user if his score reaches a certain number. Is it possible to call that function through the console with arguments specified by the user?
If any of the above are possible, then how can i try them?