Commit b6f1f948 authored by MohammadAli Keshavarz's avatar MohammadAli Keshavarz

delet some lines!

parent 7e2bc5a5
...@@ -9,10 +9,6 @@ GAME RULES: ...@@ -9,10 +9,6 @@ GAME RULES:
var scores, roundScore, activePlayer; var scores, roundScore, activePlayer;
scores = [0, 0];
roundScore = 0;
activePlayer = 0;
// document.querySelector("#current-" + activePlayer).textContent = dice; // document.querySelector("#current-" + activePlayer).textContent = dice;
// document.querySelector("#current-" + activePlayer).innerHTML = "<h1>" + dice + "</h1>"; // document.querySelector("#current-" + activePlayer).innerHTML = "<h1>" + dice + "</h1>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment