-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArcadeGames.json
114 lines (113 loc) · 3.47 KB
/
ArcadeGames.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"name": "Bowling Game",
"description": "Enjoy a classic game of bowling with friends and family!",
"type": "Physical",
"minimumAge": 10,
"pricing": {
"hourly": "$25.00",
"perGame": "$5.00"
},
"image": {
"description": "Bowling alley with pins and colorful lights.",
"path":"images/bowling-image.jpg"
}
},
{
"name": "Arcade Basketball",
"description": "Test your basketball skills and aim for the high score!",
"type": "Physical",
"minimumAge": 10,
"pricing": {
"hourly": "$25.00",
"perGame": "$5.00"
},
"image": {
"description": "Arcade basketball hoop with colorful balls.",
"path": "images/arcade-basketball.jpg"
}
},
{
"name": "Air Hockey",
"description": "Fast-paced fun with air hockey. Defeat your opponents!",
"type": "Table Game",
"minimumAge": 10,
"pricing": {
"hourly": "$25.00",
"perGame": "$5.00"
},
"image": {
"description": "Air hockey table with paddles and puck.",
"path": "images/air-hockey.jpg"
}
},
{
"name": "Virtual Reality Racing",
"description": "Experience the thrill of high-speed racing in virtual reality!",
"type": "Virtual Reality",
"minimumAge": 10,
"pricing": {
"hourly": "$25.00",
"perGame": "$5.00"
},
"image": {
"description": "Virtual reality racing simulator with immersive graphics.",
"path": "images/VR-racing.jpg"
}
},
{
"name": "Classic Pinball",
"description": "Play vintage pinball machines and relive the nostalgia!",
"type": "Physical",
"minimumAge": 12,
"pricing": {
"hourly": "$20.00",
"perGame": "$4.00"
},
"image": {
"description": "Classic pinball machine with vibrant artwork.",
"path": "images/Pinball.jpg" }
},
{
"name": "Laser Tag",
"description": "Experience the thrill of high-tech laser tag battles with your friends!",
"type": "Interactive",
"minimumAge": 8,
"pricing": {
"hourly": "$25.00",
"perGame": "$6.50"
},
"image": {
"description": "Laser tag arena with neon lights and futuristic obstacles.",
"path": "images/laser-tag.jpg"
}
},
{
"name": "Virtual Reality Roller Coaster",
"description": "Ride the wildest virtual reality roller coaster and experience adrenaline like never before!",
"type": "Virtual Reality",
"minimumAge": 12,
"pricing": {
"hourly": "$28.00",
"perGame": "$5.75"
},
"image": {
"description": "Virtual reality roller coaster simulation with twists and turns.",
"path": "images/vr-roller-coaster.jpg"
}
},
{
"name": "Skee-Ball",
"description": "Roll the balls and aim for the target holes in this classic Skee-Ball game!",
"type": "Physical",
"minimumAge": 6,
"pricing": {
"hourly": "$16.00",
"perGame": "$2.25"
},
"image": {
"description": "Skee-Ball lanes with rolling balls and scoring holes.",
"path": "images/skee-ball.jpg"
}
}
]