It excels when you have five minutes to kill and a friend sitting next to you. It is a digital handshake, a high-five, and a slap in the face all rolled into one.
// disable / enable button based on gameActive mainBtn.disabled = !gameActive; if (!gameActive) mainBtn.style.opacity = '0.6'; mainBtn.style.cursor = 'not-allowed'; else mainBtn.style.opacity = '1'; mainBtn.style.cursor = 'pointer'; 2 playergithubio new