Hey, I just have a couple of questions regarding a Node-Webkit game -
1. Is it possible to have the game call up a webpage on the user's default browser?
2. Is it possible to retrieve the current PC's screen resolution?
Thanks!
I haven't tested it yet but in CC you could execute a file and instead of a file path, put a http web link instead.
The browser object has screen width and height expressions.
Develop games in your browser. Powerful, performant & highly capable.
Thanks —
I tried the web link as file path, but it didn't seem to do anything.