Key Concepts
Every application/game has users.
Each user is expected to do some activity in the application/game - for example, share a picture, place an order, play ...
Sun, 15 Nov, 2015 at 4:48 PM
Any application/game has some activities that are considered the core activities.
In gaming industry, this is called as the core-loop. We will use the no...
Sun, 15 Nov, 2015 at 4:48 PM
Gaming is a form of entertainment and also competition - just like competitive sports.
It's this competitive nature of gaming that drives players ...
Fri, 13 Nov, 2015 at 8:39 PM
In a typical multiplayer game, each player runs a copy of the application on his own device (PC, Console, mobile phone etc.)
Naturally, there is a need t...
Sun, 15 Nov, 2015 at 4:49 PM
Let's first define what do we mean by synchronous multi-player and asynchronous multi-player:
Synchronous multi-player game:
It can be define...
Sun, 15 Nov, 2015 at 4:50 PM