ginipick commited on
Commit
f002f12
·
verified ·
1 Parent(s): 898749d

Update best_games.json

Browse files
Files changed (1) hide show
  1. best_games.json +14 -0
best_games.json CHANGED
@@ -1 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
 
1
+ [
2
+ {
3
+ "title": "테트리스",
4
+ "description": "클래식 테트리스 게임",
5
+ "url": "https://tmkdop.vercel.app",
6
+ "timestamp": 1714022400
7
+ },
8
+ {
9
+ "title": "스네이크",
10
+ "description": "전통적인 스네이크 게임",
11
+ "url": "https://tmkdop.vercel.app",
12
+ "timestamp": 1714022400
13
+ }
14
+ ]
15