-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.js
122 lines (122 loc) · 3.82 KB
/
games.js
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
115
116
117
118
119
120
121
122
const data = [
{
title: "Bullet Evolve",
link: "https://play.google.com/store/apps/details?id=com.bp.bulletevolve",
},
{
title: "Weapon Heroes",
link: "https://apps.apple.com/tr/app/weapon-heroes/id6740763431?l=tr",
},
{
title: "Survivor Run",
link: "https://apps.apple.com/tr/app/survivor-run/id6736976641?l=tr",
},
{
title: "Skeleton Run",
link: "https://apps.apple.com/tr/app/warfare-evolution/id6636494108?l=tr",
},
{
title: "Join The Jelly",
link: "https://play.google.com/store/apps/details?id=com.ToonGames.JoinTheJelly",
},
{
title: "WC Line",
link: "https://play.google.com/store/apps/details?id=com.ToonGames.wcline",
},
{
title: "Pack The Bus",
link: "https://play.google.com/store/apps/details?id=com.ToonGames.PackTheBus",
},
{
title: "Knit Tangled",
link: "https://play.google.com/store/apps/details?id=com.ToonGames.KnitTangled",
},
{
title: "Tower Rush",
link: "https://play.google.com/store/apps/details?id=com.arkhe.towerrush",
},
{
title: "Hammer Run",
link: "https://play.google.com/store/apps/details?id=com.ToonGames.HammerRun",
},
{
title: "Fire Run",
link: "https://play.google.com/store/apps/details?id=com.ToonGames.FireRun",
},
{
title: "Water Balloon Run",
link: "https://play.google.com/store/apps/details?id=com.ToonGames.WaterBalloonRun",
},
{
title: "Clean Shooting",
link: "https://apps.apple.com/us/app/clean-shooting/id6448937920",
},
{
title: "Merge Car Convoy!",
link: "https://play.google.com/store/apps/details?id=com.honeycomb.mergeconvoy",
},
{
title: "Zombie Roller",
link: "https://apkcombo.com/tr/zombie-roller-crush-em-all/com.honeycomb.zombieroller/",
},
{
title: "Zombie Raid",
link: "https://play.google.com/store/apps/details?id=com.honeycomb.zombieraid",
},
{
title: "Dash Agent",
link: "https://apkcombo.com/tr/dash-agent/com.sharkfin.dashagent/",
},
{
title: "Rope Crowd",
link: "https://apkcombo.com/tr/rope-crowd-raid/com.sharkfin.ropecrowd/",
},
{
title: "Bodyguard",
link: "https://apkcombo.com/tr/bodyguard-io/com.fbg.bodyguard/",
},
{
title: "Food Survivor",
link: "https://apkcombo.com/tr/food-survivor-io/com.fbg.foodsurvivor/",
},
{
title: "Restoration Master",
link: "https://apkcombo.com/tr/restoration-master/com.fbg.restoration/",
},
{
title: "Merge Animals Village",
link: "https://apkcombo.com/tr/merge-animals-village/com.fbg.mergeanimalvillage/",
},
{
title: "Blob Animal Fight",
link: "https://apkcombo.com/tr/blob-animal-fight/com.fbg.blobmonster/",
},
{
title: "Merge Animal Fight",
link: "https://apkcombo.com/tr/merge-animal-fight-3d/com.fbg.mergeanimalfight/",
},
{
title: "Bullet Shift",
link: "https://apkcombo.com/tr/bullet-shift/com.fbg.bulletshift/",
},
{
title: "Wedding Decorate",
link: "https://apkcombo.com/tr/wedding-decorate/com.sharkfin.wedding",
},
{
title: "Animal Limbs",
link: "https://apkcombo.com/tr/animal-limbs-merge-fight/com.honeycomb.animallimbs/",
},
{
title: "Train Shooter",
link: "https://apkcombo.com/tr/train-shooter/com.fbg.trainshooter/",
},
{
title: "Emoji Throw",
link: "https://www.youtube.com/watch?v=jVn_7W-T0yw&ab_channel=SunnyMobile",
},
{
title: "Fat Guy Rush",
link: "https://apkcombo.com/tr/fat-guy-rush/com.fbg.fatguyrush/",
}
];