Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Last active December 27, 2019 10:00
Show Gist options
  • Save kahilkubilay/a7ba0dcc79404160c3e04e7ab9739185 to your computer and use it in GitHub Desktop.
Save kahilkubilay/a7ba0dcc79404160c3e04e7ab9739185 to your computer and use it in GitHub Desktop.
Javascript İle Oyun Yapımı: Skor Tablosu
if(parseInt(ball.style.left) <= 0){
scoreRight++;
document.getElementById('scoreRight').innerHTML = scoreRight;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment