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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -