I noticed the FAQ said that the game is being developed in JavaScript, but I'm curious about what other technologies are being used. The game can be downloaded and executed without a browser. What technology is behind that, for example?
All the game code is JavaScript/HTML/CSS. Electron is used to create the Windows download version (.exe) and Cordova is used to create the Android download version (.apk). They are tools you configure with all kinds of bullshit and then they package the game's code in a pseudo-browser environment based on Chromium.
All the game code is JavaScript/HTML/CSS. Electron is used to create the Windows download version (.exe) and Cordova is used to create the Android download version (.apk). They are tools you configure with all kinds of bullshit and then they package the game's code in a pseudo-browser environment based on Chromium.