Take your billiard cue and either challenge the computer in 5 different difficulties or play against a friend on the same phone. However you choose to play.
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;
}