Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiz0 authored Dec 2, 2024
1 parent 1487cdf commit 69d5fe7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const rot=document.querySelector(".rot");
const reset=document.querySelector(".reset");
const letters = document.querySelectorAll(".letters");
const nums = document.querySelectorAll(".nums");
var rotdeg=0;
mvaud=new Audio("pieces/mvs.mp3");
cpaud=new Audio("pieces/cap.mp3");
function playground (board,letters,nums){
Expand Down Expand Up @@ -930,10 +929,6 @@ checkbw();
kdhl();
gameplay(1);
dragdrop();
rot.onclick=function(){
rotdeg+=90
rotate(rotdeg);
}
reset.onclick=function(){
ps=document.querySelectorAll(".piece")
hls=document.querySelectorAll(".hl")
Expand All @@ -943,5 +938,4 @@ reset.onclick=function(){
pieces();
checkbw();
gameplay(1);

}

0 comments on commit 69d5fe7

Please sign in to comment.