June 1, 2019

HOAB Version 1.0

Hope Of A Bug: Synopsis: Hope Of A Bug; a game developed by AndroidBubbles developed on HTML5. It is the story of a ladybird beetle which has two aims in the game; first to avoid all the other insects and second is to eat all the fruits at the specific level. The game progresses when […]

February 2, 2018

JavaScript Function to get parts of the URL string

function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, “\\$&”); var regex = new RegExp(“[?&]” + name + “(=([^&#]*)|&|#|$)”), results = regex.exec(url); if (!results) return ”; if (!results[2]) return ”; return decodeURIComponent(results[2].replace(/\+/g, ” “)); }

February 19, 2013

HTML5 Game: Hope of a Bug (HOAB)

HTML5

HTML5 Game: Hope of a Bug (HOAB) HOAB is short form of Hope of a Bug. This name is suggested by a child. Zarrar Mahmood was doing QA of this game while i was developing it. HOAB HTML5 became its identity as a logo and branding visuals. As it is a HTML5 Game with the […]

September 18, 2012

Balls Collisions Detection

Balls Collisions Detection