Creating Buildbox android APK without Eclipse (part 2/2) [Buildbox like a boss serie]

In the previous article , we created a script to automate the creation of a debug APK from Buildbox Android export. We also added a shell extension (right click menu option) to run the build script automatically from windows explorer. In this article, we’ll configure the exported project and add shell extension  option to build a …

Continue reading

Setting up a NodeJS platform for multiplayer games/realtime application (Ubuntu+Nodejs+Varnish+Monit)

If you are reading this you already know that nodejs is a powerful engine for your realtime application or multiplayer game. But it’s not easy to setup an up and running platform, which is self monitored. by self monitored here I mean that the platform will automatically detect a nodejs crash/stop and will restart the …

Continue reading