Play this fast-paced 3D version of the popular arcade sports game where it's all about your reaction skills! Compete against the computer or a friend on your mobile device.
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;
}