List of Game Review Sites
If you are an indie game developer, you might have had the idea of submitting your game for review at different game review sites....
Vungle integration is now available to SOOMLA on Unity3D
Plugins are coming! The first one is Vungle. The great Video Ads monetization service for mobile apps is now available to SOOMLA developers. With...
SOOMLA Store is alive in the Unity3D editor!
I'm not sure if you guys see what's going on with the SOOMLA opensource framework but you should know it keeps expanding every moment....
SOOMLA Store is now available for Windows Phone developers !
Good news for the SOOMLA developer community: Windows Phone is supported by SOOMLA Store.
Windows Phone need is now satisfied
We've been hearing a lot of developers...
Making the Nokia Store IAP plugin for Soomla
The making of a new billing plugin
It's not everyday that a developer gets a chance to contribute on a big FLOSS project like Soomla...
SOOMLA makes Amazon IAP available for game developers
A couple of months ago we announced our new direction to add more billing services and allow game developers to use SOOMLA on multiple Android...
The best code style guides in the world !
In SOOMLA, we don't compromise on our code quality. It's easy to say but extremely hard to do. We have code written in 8...
5 Tips for Being a Good Open Source Project Moderator
I've been implementing and moderating the open source projects in SOOMLA for quite some time now and I wanna tell you: it's fun! :)...
Why Use MVC in Your Next Game
Game developers have ideas for new games all the time. When you’ve got your next game in mind, you decide what your UI will...
Backbone.js: A Better ‘fetch’ Function
I find the Backbone fetch function to be somewhat tricky. This function, defined on both `Backbone.Model` and `Backbone.Collection` returns a jQuery XHR object, which...