Skip to content

Commit

Permalink
Update maze! (4).js
Browse files Browse the repository at this point in the history
  • Loading branch information
rkohm authored Jan 2, 2023
1 parent ee0552f commit 7cbed72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/maze! (4).js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
@title: maze!
@title: maze bird
@author: rkohm
*/

Expand Down Expand Up @@ -245,4 +245,4 @@ const numberCovered = tilesWith(finish, player).length;
addText("you win!", { y: 4, color: color`5` });
}
}
});
});

0 comments on commit 7cbed72

Please sign in to comment.