Skip to content

Commit

Permalink
Correct addedOn date for a game (#2543)
Browse files Browse the repository at this point in the history
Update Snake-Bird-Knockoff.js
  • Loading branch information
alx-alexpark authored Nov 3, 2024
1 parent 99685ad commit b3c1571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/Snake-Bird-Knockoff.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://sprig.hackclub.com/gallery/getting_started
@title: Snake Bird Knockoff
@author: CreativityShark
@tags: ['puzzle', 'platformer']
@addedOn: 2024-00-00
@addedOn: 2024-11-03
*/

class Move {
Expand Down

0 comments on commit b3c1571

Please sign in to comment.