Fruita Swipe is a new match 3 game and it is your task to connect the fruits. The longer the chains you draw, the more points you will get for each move.
var openMenu=function(){
var e=document.getElementById("menu");
e.classList.toggle("default")
var d=document.getElementById("showMenuBtn");
d.classList.toggle("xbutton")
}
if (top.location!= self.location) {
top.location = self.location.href;
}