Skip to content

Commit dab8138

Browse files
Fix metadata for mice_catcher.js (#2104)
1 parent 814fb70 commit dab8138

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

games/mice_catcher.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*
2+
@title: Mice Catcher
3+
@author: Slippy
4+
@tags: []
5+
@addedOn: 2024-08-06
6+
27
You, the player must catch the maximum number of mice under one minute
38
*/
49

@@ -187,4 +192,4 @@ afterInput(() => {
187192
randomizeCoordinatesMouse();
188193
};
189194

190-
})
195+
})

0 commit comments

Comments
 (0)