Demos

Gamooga Scalability (video)

This video is a demo of scalability of Gamooga backend. We show a simple MMO style virtual world scale from 4 users to 10000 concurrent users. With 10000 CCU, Gamooga backend is receiving and processing one message every 750 micro seconds.

Virtual World Demo (HTML5)

This is the demo of a simple MMO style Virtual World developed over Gamooga backend using EaselJS. Open as many browser windows of this demo and you will see as many characters spawned. Positions and direction changes of characters are synchronised across all windows using Gamooga API.

Virtual World Demo (Unity3D)

This is the demo of a very simple Virtual World Demo over Gamooga backend. Open as many browser windows of this demo and you will see as many characters spawned. Movements of characters are synchronised across all windows using Gamooga API. This demo requires Unity Web Player to be installed. Unity is a great engine and it is worth the install. (We broadcast the position updates of the character to all users. On evey frame with movement, position updates are sent. We donot do any smoothening of the movements of characters using prediction/intrapolation which is out of scope of this demo.)

Draw as you like

This app is a simple draw-as-you-like app that transports the strokes as-it-is to all others connected to the session. DEMO: Open the app in the browser by clicking on the adjacent image. The app connects to Gamooga. After connecting, Click on the link provided in the app page to open as many browser windows that connect to the same session. Collaborate live across all these windows. You can also download the Android app "Gamooga Live Draw" from Android market to connect to the session and experience cross platform collaboration.

Code Collaborator

Code Collaborator is a complete code collaboration solution completely built on Gamooga platform. You can collaborate in realtime with any number of users.

Tic Tac Toe

This is simple but complete turn based game written over Gamooga's framework. The game showcases a game lobby with updates of new sessions started, users joined and user chat along with the tictactoe game with chat ability in session. DEMO: Open as many browser windows to the game and 'Create new session' or 'Join'.

Paddle

This is simple realtime game which is very sensitive to server latency. You need to control the paddle so the ball lands on it. The other player does the same. This game includes some of the realtime multiplayer gaming concepts like prediction, intrapolation. DEMO: Open the game in a browser, the link gets updated with a hash. Copy the updated link into another browser window and open it.

Chat Lobby

This is simple and minimal chat application written over Gamooga. DEMO: Open as many browser windows and chat across.