Skip to content

Commit

Permalink
Update compudino.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rcyaon authored Dec 8, 2023
1 parent 1be7972 commit ee6f10c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion games/compudino.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Credit: Cookie Click! by briyandyju09 (https://sprig.hackclub.com/gallery/Cookie_Click!) */

const next ="d";
const player = "p";
const candy = "s";
Expand Down Expand Up @@ -221,4 +223,4 @@ setPushables({

afterInput(() => {

})
})

0 comments on commit ee6f10c

Please sign in to comment.