-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.json
37 lines (37 loc) · 1.16 KB
/
games.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"id": "maze-runner",
"title": "Maze Runner",
"description": "Navigate through the challenging maze to win!",
"image": "/game/maze_runner.png",
"url": "https://maze-runner-eight.vercel.app"
},
{
"id": "tic-tac-toe",
"title": "Tic Tac Toe",
"description": "Classic game of Xs and Os. Try to win!",
"image": "/game/tictactoe.png",
"url": "https://tic-tac-toe-alpha-brown-58.vercel.app"
},
{
"id": "sudoku",
"title": "Sudoku",
"description": "Solve the puzzle to test your logic skills.",
"image": "/game/sudoku.png",
"url": "https://sudoku-murex-seven.vercel.app/"
},
{
"id": "2048",
"title": "2048",
"description": "Play with numbers.",
"image": "/game/2048.jpg",
"url": "https://2048-game-rust.vercel.app/"
},
{
"id": "cybershot",
"title": "Cyber Shot",
"description": "A fast-paced shooting game where you battle waves of enemies.",
"image": "/game/gameshot.jpg",
"url": "https://cyber-shot.vercel.app/"
}
]