Skip to content

Commit

Permalink
Fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gusruben authored Dec 20, 2024
1 parent ecfe2dc commit 1de1ffc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions games/PuzzleMania.js
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -872,4 +869,4 @@ afterInput(() => {
}


})
})

0 comments on commit 1de1ffc

Please sign in to comment.