-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpapas-scooperia.html
819 lines (776 loc) · 37.9 KB
/
papas-scooperia.html
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
<!doctype html>
<html class="no-js" lang="en-US">
<head>
<meta charset="utf-8">
<meta content="ie=edge" http-equiv="x-ua-compatible">
<title>Papa's Scooperia - Papa's Games</title>
<meta content="Dish out delicious ice cream sundaes in Papa's Scooperia! Create custom treats for eager customers in this cool and creamy time-management game." name="description">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ec6c00">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="mobile-web-app-capable" content="yes">
<!-- Font Icons css -->
<link href="css/font-icons.css" rel="stylesheet">
<!-- plugins css -->
<link href="css/plugins.css" rel="stylesheet">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!-- Responsive css -->
<link href="css/responsive.css" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XRHCXCEHN3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XRHCXCEHN3');
</script>
<link rel="canonical" href="https://papasgamesfree.io/papas-scooperia.html">
<meta property="og:title" content="Papa's Scooperia - Papa's Games">
<meta property="og:description" content="Dish out delicious ice cream sundaes in Papa's Scooperia! Create custom treats for eager customers in this cool and creamy time-management game.">
<meta property="og:image" content="/img/games/papas-scooperia.png">
<meta property="og:url" content="/papas-scooperia.html">
<meta property="og:type" content="game">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Papa's Scooperia - Papa's Games">
<meta property="twitter:description" content="Dish out delicious ice cream sundaes in Papa's Scooperia! Create custom treats for eager customers in this cool and creamy time-management game.">
<meta property="twitter:image" content="/img/games/papas-scooperia.png">
<meta property="twitter:url" content="/papas-scooperia.html">
<script src="https://cdn.jsdelivr.net/npm/lazysizes@5.3/lazysizes.min.js" integrity="sha256-PZEg+mIdptYTwWmLcBTsa99GIDZujyt7VHBZ9Lb2Jys=" crossorigin="anonymous"></script>
<script type="application/ld+json">
[{"@context":"http://schema.org","@type":"ItemPage","@id":"https://papasgamesfree.io/papas-scooperia.html#ItemPage","url":"https://papasgamesfree.io/papas-scooperia.html","name":"Papa's Scooperia - Papa's Games","description":"Dish out delicious ice cream sundaes in Papa's Scooperia! Create custom treats for eager customers in this cool and creamy time-management game.","breadcrumb":{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"Thing","@id":"https://papasgamesfree.io/","name":"Papa's Games"}},{"@type":"ListItem","position":2,"item":{"@type":"Thing","@id":"https://papasgamesfree.io/papas-scooperia.html","name":"Papa's Scooperia"}}]},"mainEntity":{"@type":["VideoGame","WebApplication"],"name":"Papa's Scooperia","description":"Dish out delicious ice cream sundaes in Papa's Scooperia! Create custom treats for eager customers in this cool and creamy time-management game.","url":"https://papasgamesfree.io/papas-scooperia.html","image":"https://papasgamesfree.io/img/games/papas-scooperia.png","genre":"Simulation","applicationCategory":"GameApplication","operatingSystem":"Web","gamePlatform":"Papa's Games","availableOnDevice":["Mobile","Tablet","Desktop"],"author":{"@type":"Organization","name":"Flipline Studio","url":"http://www.flipline.com"},"aggregateRating":{"@type":"AggregateRating","worstRating":1,"bestRating":5,"ratingValue":4.5,"ratingCount":100000},"offers":{"@type":"Offer","category":"free","price":0,"priceCurrency":"USD","availability":"http://schema.org/InStock"}},"isPartOf":{"@type":"WebSite","@id":"https://papasgamesfree.io/#website","name":"Papa's Games","url":"https://papasgamesfree.io/","description":"Unblocked Papa's Games fun: Play Papa's Scooperia and more online for free! 🍔 Cook, serve, manage, & become a restaurant tycoon - no downloads!","publisher":{"@type":"Organization","@id":"https://papasgamesfree.io/#organization","url":"https://papasgamesfree.io","name":"Papa's Games","description":"Unblocked Papa's Games fun: Play Papa's Scooperia and more online for free! 🍔 Cook, serve, manage, & become a restaurant tycoon - no downloads!","logo":"https://papasgamesfree.io/img/logo.png","brand":{"@type":"Brand","@id":"https://papasgamesfree.io/#brand","name":"Papa's Games","slogan":"Level up your fun"},"email":"contact@papasgamesfree.io"}}}]
</script>
</head>
<body>
<!-- Body main wrapper start -->
<div class="body-wrapper">
<!-- HEADER AREA START (header-5) -->
<!-- ltn__header-middle-area start -->
<div class="ltn__header-middle-area ltn__header-sticky ltn__sticky-bg-white sticky-active-into-mobile--- plr--9---">
<div class="container">
<div class="row">
<div class="col">
<div class="site-logo-wrap">
<div class="site-logo">
<a href="/"><img class="lazyload" alt="Logo" src="img/logo.png"></a>
</div>
</div>
</div>
<div class="col header-menu-column menu-color-white---" style="padding-left: 300px;">
<div class="header-menu d-none d-xl-block">
<nav>
<div class="ltn__main-menu">
<ul>
<li><a title="new" href="/category/new.html">NEW</a></li>
<li><a title="sports" href="/category/sports.html">Sports</a></li>
<li><a title="running" href="/category/running.html">Running</a></li>
<li><a title="racing" href="/category/racing.html">Racing</a></li>
<li><a title="car" href="/category/car.html">Car</a></li>
<li><a title="puzzle" href="/category/puzzle.html">Puzzle</a></li>
<li><a href="#">More</a>
<ul class="sub-menu">
<li><a title="skill" href="/category/skill.html">Skill</a></li>
<li><a title="adventure" href="/category/adventure.html"> Adventure</a>
<li><a title="shooting" href="/category/shooting.html">Shooting</a>
<li><a title="2-player" href="/category/2-player.html"> 2 Player</a>
<li><a title="multiplayer" href="/category/multiplayer.html"> Multiplayer</a>
<li><a title="action" href="/category/action.html"> Action</a>
<li><a title="3d" href="/category/3d.html"> 3D</a>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="ltn__header-options ltn__header-options-2">
</div>
</div>
</div>
</div>
<!-- ltn__header-middle-area end -->
<!-- PRODUCT AREA START (product-item-3) -->
<div class="ltn__product-area ltn__product-gutter pb-70">
<div class="ad-vertical left">
<div class="ad-title">Advertisement</div>
<div class="ad-content">
</div>
</div>
<div class="ad-vertical right">
<div class="ad-title">Advertisement</div>
<div class="ad-content">
</div>
</div>
<div class="container">
<div class="row">
</div>
<section id="game" class="game-wrapper">
<div class="game-container">
<div data-url="https://images-opensocial.googleusercontent.com/gadgets/ifr?url=https://s3.amazonaws.com/production-assetsbucket-8ljvyr1xczmb/1ee20621-61bc-4ec8-a8ec-5e839c2e6edc%2Fpapa-s-scooperia.xml&container=ig" id="game-arena">
<div class="talpa-splash-container">
<div class="talpa-splash-top">
<div>
<div style="--thumb:url(/img/games/papas-scooperia.png)"></div>
<div class="talpa-btn-play">
<span onclick="playGame()">Play Now
<svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" width="24" height="24"><path
d="M10 15.0657V8.93426C10 8.53491 10.4451 8.29671 10.7773 8.51823L15.376 11.584C15.6728 11.7819 15.6728 12.2181 15.376 12.416L10.7774 15.4818C10.4451 15.7033 10 15.4651 10 15.0657Z"></path><path
fill-rule="evenodd" clip-rule="evenodd"
d="M9.5 15.0657V8.93426C9.5 8.13556 10.3901 7.65917 11.0547 8.10221L15.6533 11.1679C16.247 11.5638 16.247 12.4362 15.6533 12.8321L11.0547 15.8978C10.3901 16.3408 9.5 15.8644 9.5 15.0657ZM10 8.93426V15.0657C10 15.4651 10.4451 15.7033 10.7774 15.4818L15.376 12.416C15.6728 12.2181 15.6728 11.7819 15.376 11.584L10.7773 8.51823C10.4451 8.29671 10 8.53491 10 8.93426Z"></path><path
fill-rule="evenodd" clip-rule="evenodd"
d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"></path></svg></span>
</div>
<div class="talpa-loader" style="display: none;">Loading...</div>
</div>
</div>
<div class="talpa-splash-bottom"></div>
</div>
</div>
</div>
<div id="game-controls">
<a id="comments-btn" class="func-btn" href="#discuss" title="Comments">
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="currentColor" class="bi bi-chat" viewBox="0 0 16 16">
<path
d="M2.678 11.894a1 1 0 0 1 .287.801 11 11 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8 8 0 0 0 8 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105"/>
</svg>
</a>
<a id="fullscreen-btn" class="func-btn" href="javascript:openFullscreen();" title="Full Screen">
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="currentColor" class="bi bi-arrows-fullscreen" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707m4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707m0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707m-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707"/>
</svg>
</a>
</div>
</section>
<script>
function playGame() {
let gameUrl = document.querySelector('#game-arena').dataset.url;
let gameTitle = document.querySelector('h1.section-title').innerText;
document.querySelector('#game-arena').innerHTML = `<iframe title="${gameTitle}" src="${gameUrl}" allowfullscreen frameborder="0" width="100%" height="100%" scrolling="none"></iframe>`
}
function openFullscreen() {
let elem = document.getElementById("game-arena");
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.webkitRequestFullscreen) { /* Safari */
elem.webkitRequestFullscreen();
} else if (elem.msRequestFullscreen) { /* IE11 */
elem.msRequestFullscreen();
}
}
</script>
<!-- End iframe Game -->
<div class="section-title-area ltn__section-title-1 text-center" style="padding-top:20px">
<h1 class="section-title">Papa's Scooperia</h1>
</div>
<div class="ad-horizontal">
<div class="ad-title">Advertisement</div>
<div class="ad-slot">
</div>
</div>
<div class="container relative">
<p data-sourcepos="5:1-5:47">Get ready to dish out delicious ice cream sundaes in Papa's Scooperia! This cool and creamy time-management game lets you create custom ice cream treats for eager customers. With a variety of flavors, toppings, and mix-ins, every sundae is a masterpiece waiting to happen.</p>
<p data-sourcepos="7:1-7:16"><strong>How to Play:</strong></p>
<ol data-sourcepos="9:1-9:34">
<li data-sourcepos="9:1-9:34"><strong>Take Orders:</strong> Customers will line up with their dream sundae creations. Pay attention to their specific flavor and topping preferences.</li>
<li data-sourcepos="10:1-10:106"><strong>Scoop It Up:</strong> Use the scooper to perfectly portion out the ice cream flavors onto the cups or cones.</li>
<li data-sourcepos="11:1-11:117"><strong>Top It Off:</strong> Add a drizzle of syrup, a sprinkle of candy, and a dollop of whipped cream to complete the sundae.</li>
<li data-sourcepos="12:1-13:0"><strong>Serve with a Smile:</strong> Deliver the finished sundae to the customer and earn tips for your sweet service.</li>
</ol>
<p data-sourcepos="14:1-14:28"><strong>Tips for Sundae Success:</strong></p>
<ul data-sourcepos="16:1-16:110">
<li data-sourcepos="16:1-16:110"><strong>Precision Scooping:</strong> Practice your scooping technique to ensure each scoop is the perfect size and shape.</li>
<li data-sourcepos="17:1-17:106"><strong>Topping Expertise:</strong> Learn the art of topping placement for a visually appealing and delicious sundae.</li>
<li data-sourcepos="18:1-18:142"><strong>Mix-In Magic:</strong> Experiment with different mix-ins like cookie dough, brownie bites, and candy pieces to create unique flavor combinations.</li>
<li data-sourcepos="19:1-20:0"><strong>Holiday Spirit:</strong> Keep an eye out for seasonal specials and holiday-themed toppings to add a festive touch to your sundaes.</li>
</ul>
<p data-sourcepos="21:1-21:85">With these tips and a dash of creativity, you'll be the most popular scooper in town!</p>
</div>
<!-- PRODUCT AREA START -->
<!-- Start Discussion -->
<div class="section-title-area ltn__section-title-1 mt-50">
<h3 class="">Discussion</h3>
</div>
<script data-isso="//talk.papasgamesfree.io/papasgamesfree/"
data-isso-max-comments-top="5"
data-isso-max-comments-nested="2"
data-isso-sorting="upvotes"
src="//talk.papasgamesfree.io/papasgamesfree/js/embed.min.js"></script>
<section id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>
<!-- Start Discussion -->
<div class="section-title-area ltn__section-title-1 text-center mt-50" style="background: var(--success);">
<h2 class="section-title">Papa Louie Games</h2>
</div>
<div class="row ltn__tab-product-slider-one-active--- slick-arrow-1">
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Freezeria">
<a title="papas-freezeria" href="https://papasgamesfree.io/papas-freezeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Rocket Soccer Derby" src="/img/games/papas-freezeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-freezeria" href="https://papasgamesfree.io/papas-freezeria.html">Papa's Freezeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Burgeria">
<a title="papas-burgeria" href="https://papasgamesfree.io/papas-burgeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Burgeria" src="/img/games/papas-burgeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-burgeria" href="https://papasgamesfree.io/papas-burgeria.html">Papa's Burgeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Pizzeria">
<a title="papas pizzeria" href="https://papasgamesfree.io/papas-pizzeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Pizzeria" src="/img/games/papas-pizzeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas pizzeria" href="https://papasgamesfree.io/papas-pizzeria.html">Papa's Pizzeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Wingeria">
<a title="papas-wingeria" href="https://papasgamesfree.io/papas-wingeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Wingeria" src="/img/games/papas-wingeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-wingeria" href="https://papasgamesfree.io/papas-wingeria.html">Papa's Wingeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Sushiria">
<a title="papas-sushiria" href="https://papasgamesfree.io/papas-sushiria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Sushiria" src="/img/games/papas-sushiria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-sushiria" href="https://papasgamesfree.io/papas-sushiria.html">Papa's Sushiria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Pastaria">
<a title="papas-pastaria" href="https://papasgamesfree.io/papas-pastaria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Pastaria" src="/img/games/papas-pastaria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-pastaria" href="https://papasgamesfree.io/papas-pastaria.html">Papa's Pastaria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Cheeseria">
<a title="papas-cheeseria" href="https://papasgamesfree.io/papas-cheeseria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Cheeseria" src="/img/games/papas-cheeseria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-cheeseria" href="https://papasgamesfree.io/papas-cheeseria.html">Papa's Cheeseria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Cupcakeria">
<a title="papas-cupcakeria" href="https://papasgamesfree.io/papas-cupcakeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Cupcakeria" src="/img/games/papas-cupcakeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-cupcakeria" href="https://papasgamesfree.io/papas-cupcakeria.html">Papa's Cupcakeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Donuteria">
<a title="papas-donuteria" href="https://papasgamesfree.io/papas-donuteria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Donuteria" src="/img/games/papas-donuteria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-donuteria" href="https://papasgamesfree.io/papas-donuteria.html">Papa's Donuteria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Taco Mia">
<a title="papas-taco-mia" href="https://papasgamesfree.io/papas-taco-mia.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Taco Mia" src="/img/games/papas-taco-mia.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-taco-mia" href="https://papasgamesfree.io/papas-taco-mia.html">Papa's Taco Mia</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Bakeria">
<a title="papas-bakeria" href="https://papasgamesfree.io/papas-bakeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Bakeria" src="/img/games/papas-bakeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-bakeria" href="https://papasgamesfree.io/papas-bakeria.html">Papa's Bakeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Hot Doggeria">
<a title="papas-hot-doggeria" href="https://papasgamesfree.io/papas-hot-doggeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Hot Doggeria"
src="/img/games/papas-hot-doggeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-hot-doggeria" href="https://papasgamesfree.io/papas-hot-doggeria.html">Papa's Hot Doggeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Pancakeria">
<a title="papas-pancakeria" href="https://papasgamesfree.io/papas-pancakeria.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Pancakeria"
src="/img/games/papas-pancakeria.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-pancakeria" href="https://papasgamesfree.io/papas-pancakeria.html">Papa's Pancakeria</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa's Scooperia">
<a title="papas-scooperia" href="https://papasgamesfree.io/papas-scooperia.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa's Scooperia"
src="/img/games/papas-scooperia.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papas-scooperia" href="https://papasgamesfree.io/papas-scooperia.html">Papa's Scooperia</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa Louie: When Pizzas Attack!">
<a title="papa-louie-when-pizzas-attack" href="https://papasgamesfree.io/papa-louie-when-pizzas-attack.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa Louie: When Pizzas Attack!"
src="/img/games/papa-louie-1.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papa-louie-when-pizzas-attack" href="https://papasgamesfree.io/papa-louie-when-pizzas-attack.html">Papa Louie: When Pizzas Attack!</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa Louie: When Burgers Attack!">
<a title="papa-louie-2-when-burgers-attack" href="https://papasgamesfree.io/papa-louie-2-when-burgers-attack.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa Louie: When Burgers Attack!"
src="/img/games/papa-louie-2.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papa-louie-2-when-burgers-attack" href="https://papasgamesfree.io/papa-louie-2-when-burgers-attack.html">Papa Louie 2: When Burgers Attack!</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Papa Louie: When Sundaes Attack!">
<a title="papa-louie-3-when-sundaes-attack" href="https://papasgamesfree.io/papa-louie-3-when-sundaes-attack.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Papa Louie: When Sundaes Attack!"
src="/img/games/papa-louie-3.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="papa-louie-3-when-sundaes-attack" href="https://papasgamesfree.io/papa-louie-3-when-sundaes-attack.html">Papa Louie 3: When Sundaes Attack!</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Jacksmith">
<a title="jacksmith" href="https://papasgamesfree.io/jacksmith.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Jacksmith"
src="/img/games/jacksmith.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="jacksmith" href="https://papasgamesfree.io/jacksmith.html">Jacksmith</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Cactus McCoy and the Curse of Thorns">
<a title="cactus-mccoy-1" href="https://papasgamesfree.io/cactus-mccoy-1.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Cactus McCoy and the Curse of Thorns"
src="/img/games/cactus-mccoy-1.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="cactus-mccoy-1" href="https://papasgamesfree.io/cactus-mccoy-1.html">Cactus McCoy and the Curse of Thorns</a></h2>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6" title="Cactus McCoy 2: The Ruins of Calavera">
<a title="cactus-mccoy-2" href="https://papasgamesfree.io/cactus-mccoy-2.html">
<div class="ltn__product-item ltn__product-item-2 text-center">
<div class="product-img">
<img class="lazyload" alt="Cactus McCoy 2: The Ruins of Calavera"
src="/img/games/cactus-mccoy-2.png">
</div>
<div class="product-info">
<h2 class="product-title"><a title="cactus-mccoy-2" href="https://papasgamesfree.io/cactus-mccoy-2.html">Cactus McCoy 2: The Ruins of Calavera</a></h2>
</div>
</div>
</a>
</div>
</div>
<!-- ---------------------------------- -->
<div class="section-title-area ltn__section-title-1 text-center" style="background: var(--success);">
<h2 class="section-title">New Games</h2>
</div>
<div class="row ltn__tab-product-slider-one-active--- slick-arrow-1">
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="monkey mart" href="https://papasgamesfree.io/go/monkey-mart.html">
<div class="product-img">
<img class="lazyload" alt="monkey mart" src="/img/games/monkey-mart.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="friday night funkin" href="https://papasgamesfree.io/go/friday-night-funkin.html">
<div class="product-img">
<img class="lazyload" alt="friday night funkin" src="/img/games/friday-night-funkin.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="geometry dash" href="https://papasgamesfree.io/go/geometry-dash.html">
<div class="product-img">
<img class="lazyload" alt="geometry dash" src="/img/games/geometry-dash.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="bike-trials-winter-1" href="/go/bike-trials-winter-1.html">
<div class="product-img">
<img class="lazyload" alt="bike-trials-winter-1" src="/img/games/bike-trials-winter-1.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="g-switch-3" href="/go/g-switch-3.html">
<div class="product-img">
<img class="lazyload" alt="g-switch-3" src="/img/games/g-switch-3.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="stack-bump-3d" href="/go/stack-bump-3d.html">
<div class="product-img">
<img class="lazyload" alt="stack-bump-3d" src="/img/games/stack-bump-3d.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="moto-x3m" href="/go/moto-x3m.html">
<div class="product-img">
<img class="lazyload" alt="moto-x3m" src="/img/games/moto-x3m.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="fancy-pants-3" href="/go/fancy-pants-3.html">
<div class="product-img">
<img class="lazyload" alt="fancy-pants-3" src="/img/games/fancy-pants-3.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="tiger-simulator-3d" href="/go/tiger-simulator-3d.html">
<div class="product-img">
<img class="lazyload" alt="tiger-simulator-3d" src="/img/games/tiger-simulator-3d.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="idle-digging-tycoon" href="/go/idle-digging-tycoon.html">
<div class="product-img">
<img class="lazyload" alt="idle-digging-tycoon" src="/img/games/idle-digging-tycoon.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="stickman-climb-2" href="/go/stickman-climb-2.html">
<div class="product-img">
<img class="lazyload" alt="stickman-climb-2" src="/img/games/stickman-climb-2.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="big-shot-boxing" href="/go/big-shot-boxing.html">
<div class="product-img">
<img class="lazyload" alt="big-shot-boxing" src="/img/games/big-shot-boxing.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="dreadhead-parkour" href="/go/dreadhead-parkour.html">
<div class="product-img">
<img class="lazyload" alt="dreadhead-parkour" src="/img/games/dreadhead-parkour.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="parking-fury-2" href="/go/parking-fury-2.html">
<div class="product-img">
<img class="lazyload" alt="parking-fury-2" src="/img/games/parking-fury-2.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="riddle-school" href="/go/riddle-school.html">
<div class="product-img">
<img class="lazyload" alt="riddle-school" src="/img/games/riddle-school.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="brain-test-tricky-puzzles" href="/go/brain-test-tricky-puzzles.html">
<div class="product-img">
<img class="lazyload" alt="brain-test-tricky-puzzles" src="/img/games/brain-test-tricky-puzzles.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="swingo" href="/go/swingo.html">
<div class="product-img">
<img class="lazyload" alt="swingo" src="/img/games/swingo.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="blumgi-ball" href="/go/blumgi-ball.html">
<div class="product-img">
<img class="lazyload" alt="blumgi-ball" src="/img/games/blumgi-ball.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="kart-race-3d" href="/go/kart-race-3d.html">
<div class="product-img">
<img class="lazyload" alt="kart-race-3d" src="/img/games/kart-race-3d.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="cyber-cars-punk-racing" href="/go/cyber-cars-punk-racing.html">
<div class="product-img">
<img class="lazyload" alt="cyber-cars-punk-racing" src="/img/games/cyber-cars-punk-racing.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
<!-- ltn__product-item -->
<div class="col-lg-2 col-md-4 col-sm-6 col-6">
<a title="gobble" href="/go/gobble.html">
<div class="product-img">
<img class="lazyload" alt="gobble" src="/img/games/gobble.png">
<div class="product-badge">
</div>
</div>
<div class="ltn__product-item ltn__product-item-3 text-left">
</div>
</a>
</div>
<!-- ltn__product-item -->
</div>
</div>
</div>
<!-- PRODUCT AREA END -->
<!-- FOOTER AREA START -->
<footer class="ltn__footer-area ">
<div class="footer-top-area section-bg-1 plr--5">
</div>
<div class="ltn__copyright-area ltn__copyright-2 section-bg-2 ltn__border-top-2--- plr--5">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-12">
<div class="ltn__copyright-design clearfix">
<p>papasgamesfree.io @ <span class="current-year">2024</span>
<span style="padding-left:15px"><a href="/privacy-policy.html">Privacy Policy</a></span>
<span style="padding-left:15px"><a href="/terms.html">Terms and Conditions</a></span>
<span style="padding-left:15px"><a href="/contact.html">Contact Us</a></span>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- FOOTER AREA END -->
</div>
<!-- Body main wrapper end -->
<!-- preloader area start -->
<div class="preloader d-none" id="preloader">
<div class="preloader-inner">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<!-- preloader area end -->
<!-- All JS Plugins -->
<script src="js/plugins.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>