googleplay

firstescapegames

Games

  • Birthday Cake Escape
    Birthday Cake Esca

Description

A beautiful baby girl has birthday today. Her parents plan to celebrate her B-Day in a special place so they selected a forest place which is a good picnic spot. They reached the place and were all set to start the B-Day celebration but unfortunately the B-Day cake was missing. Help them find the cake so that our little angel celebrate her B-Day happily. Good luck...

  • 1

Related Games

 
var element = $(".game_title_ply"); var shown = true; setInterval(toggle, 1000); function toggle() { if(shown) { element.css("color", "#fd5604"); shown = false; } else { element.css("color", "#FFF"); shown = true; } }