diff --git a/games/PuzzleMania.js b/games/PuzzleMania.js index c999649f84..e5b4a9e2af 100644 --- a/games/PuzzleMania.js +++ b/games/PuzzleMania.js @@ -1,11 +1,8 @@ /* -First time? Check out the tutorial game: -https://sprig.hackclub.com/gallery/getting_started - @title: PuzzleMania @author: Johamez_Wilzoney -@tags: [Puzzle, Mania, PuzzleMania] -@addedOn: 2024-00-00 +@tags: ["puzzle"] +@addedOn: 2024-12-17 */ const player = "p" @@ -872,4 +869,4 @@ afterInput(() => { } -}) \ No newline at end of file +})