Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I found this: https://www.npmjs.com/package/ntp-client and was wondering if there was a way to use it to process an NTP request directly from C2, either as a plugin or through the browser execJS. I have no idea what this involves though so I'm asking here.
oosyrag
Hello
This script is for npm that means it will only work with NW.js
If you want to develop a plugin yourself, you can read my tutorial Write a plugin with node modules for NW.js
If you are lucky, this package is compatible with Browserify : Roughly, it add regular browser support to node module.
Good luck
Thanks armaldio, I have no experience creating plugins or working with JS directly, but I guess I can look into it.
Are there any other ways to get time from a third party server rather than local system time?
Develop games in your browser. Powerful, performant & highly capable.
Newgrounds.io api v3 provides a server date time.
Wow ng.io has a pretty fantastic feature set. Thanks for these plugins! Time to experiment to see how best to use...