First time here, got my browser game up and running (html, js, canvas) but I can't make sure certain things in the game are working without actually playing the game! No really, I need to be able to make sure certain feature of the game are working but I have to add/change things manually in the console (put player in an area that requires time/items to access, etc) and after an hour of poking and prodding the console, I am here humbly asking for your help.
just to elaborate, when testing on my local machine I'll pull up the game in browser, put tests in the console like >>> player.inventory.addItem("sword") or something so I can test features of the sword without actually having to gather the resources, craft it, etc. Is this not possible when it's hosted on itch or am I just showing how green I am to web/game dev?
it's not *absolutely* necessary that I be able to test on the client end (can obviously run on local machine, and have it on github which doesn't have the problem I'm experiencing), but it would be awesome if somebody could tell me how to access the game's functions and variables from the console
tl,dr: debug and test game through console, how do that on game running on itch?