Skip to content

Commit

Permalink
Fixing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmy authored Jan 2, 2025
1 parent eb9860c commit ddc2222
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion games/Blocky.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
@title: Blocky
@author: skwok707
@tags: []
@addedOn: 2025-01-02
*/
const player = "p";
const box = "b";
const goal = "g";
Expand Down Expand Up @@ -233,4 +239,4 @@ afterInput(() => {
addText("Good Job!", { y: 4, color: color`3` });
}
}
});
});

0 comments on commit ddc2222

Please sign in to comment.