Is it safe to build a game with javascript + electron + three.js? -
nothing massive scale of mmorpg, small game faster light.
anyone can open dev tools, wondering if possible add protection against cheat engine or if can implement prevent users running own javascript game.
i understand writing games in javascript not best solution because inefficient, want try.
according this thread in developer forum, there way force dev tools close whenever open using following code:
win.webcontents.on("devtools-opened", () => { win.webcontents.closedevtools(); });
Comments
Post a Comment